]> git.pld-linux.org Git - packages/bacula-web.git/commitdiff
- drop array_fill legacy
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Jul 2009 17:10:39 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-web.patch -> 1.2

bacula-web.patch

index b2ac6465d96e41a112b28901a906b0b2ace968e6..ae592f423472cacf188f4c4730c5f8bdd437f161 100644 (file)
@@ -49,8 +49,8 @@
 -?>
 \ No newline at end of file
 +?>
---- ./bacula-web/classes.inc   2009-07-20 18:57:32.147464445 +0300
-+++ ./bacula-web/classes.inc   2009-07-20 19:12:27.596925323 +0300
+--- ./bacula-web/classes.inc   2009-07-20 19:12:27.596925323 +0300
++++ ./bacula-web/classes.inc   2009-07-20 19:33:45.586192459 +0300
 @@ -15,7 +15,7 @@
  +-------------------------------------------------------------------------+ 
  */
  define('CONFIG_FILE', "bacula.conf");
  define('BACULA_TYPE_BYTES_FILES', 1);
  define('BACULA_TYPE_FILES_JOBID', 2);
-@@ -187,7 +187,7 @@
+@@ -25,10 +25,6 @@
+ require_once "DB.php";                                                                                                                  // Pear DB
+ require_once($smarty_path."Config_File.class.php");
+-if (!function_exists('array_fill')) {                                                                                   // For PHP < 4.2.0 users 
+-    require_once('array_fill.func.php');
+-}
+-
+ class Bweb extends DB {
+         var $StartDate;
+@@ -187,7 +183,7 @@
          
                  global $type;
          
This page took 0.116726 seconds and 4 git commands to generate.