Code

make this work on recent php4 versions -- Bernhard Fischer
[rrdtool-all.git] / contrib / php4 / examples / rrd_fetch.php
index 470fb9f8720c9ab01252e27c2a37f3c88f7a951f..3b17ea1e621b8204f7d33f9c4fe1306e415a603d 100644 (file)
@@ -42,7 +42,7 @@
       for($i = 0; $i < count($ret[data]); $i++)
       {
           $tmp = $ret[data][$i];
-          echo "$hi\n";
+          echo "$tmp\n";
       }
   }
   else