]> git.pld-linux.org Git - packages/cacti-plugin-rrdclean.git/commitdiff
- arhg, E_ALL on the other hand is constant
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 14 Dec 2010 08:10:54 +0000 (08:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    warning-fixes.patch -> 1.2

warning-fixes.patch

index b0a7bc9eaf6cd97b69166314cda6348a3d33945a..744a23b68e8535c0fb3c8ed5a54d182b35019370 100644 (file)
@@ -9,3 +9,14 @@
                chdir($rra_path);
                /* get all rrdfiles in two passes */
                $files_on_hd      = glob("*/*.rrd"); //simply pull all .rrd files out of the directory..
+--- cacti-plugin-rrdclean-0.40/rrdmove.php~    2010-12-14 09:49:03.068688201 +0200
++++ cacti-plugin-rrdclean-0.40/rrdmove.php     2010-12-14 10:09:54.997728344 +0200
+@@ -27,7 +27,7 @@
+ /* let PHP run just as long as it has to */
+ ini_set("max_execution_time", "0");
+-error_reporting('E_ALL');
++error_reporting(E_ALL);
+ $dir = dirname(__FILE__);
+ chdir($dir);
This page took 0.065986 seconds and 4 git commands to generate.