Author: kn
Date: Mon Nov 26 12:33:40 2007
New Revision: 6802

Log:
- WS

Modified:
    trunk/Graph/src/charts/odometer.php

Modified: trunk/Graph/src/charts/odometer.php
==============================================================================
--- trunk/Graph/src/charts/odometer.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/odometer.php [iso-8859-1] Mon Nov 26 12:33:40 2007
@@ -211,7 +211,7 @@
 
         // Get values out the single used dataset to calculate axis boundings
         $values = array();
-        foreach( $this->data->rewind() as $value )
+        foreach ( $this->data->rewind() as $value )
         {
             $values[] = $value;
         }


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to