From: <te...@us...> - 2014-09-12 09:07:34
|
Revision: 6881 http://sourceforge.net/p/web-erp/reponame/6881 Author: tehonu Date: 2014-09-12 09:07:31 +0000 (Fri, 12 Sep 2014) Log Message: ----------- Fixed Type Modified Paths: -------------- trunk/SalesGraph.php Modified: trunk/SalesGraph.php =================================================================== --- trunk/SalesGraph.php 2014-09-12 00:40:01 UTC (rev 6880) +++ trunk/SalesGraph.php 2014-09-12 09:07:31 UTC (rev 6881) @@ -299,7 +299,7 @@ exit; } - $GraphArrays = array(); + $GraphArray = array(); $i = 0; while ($myrow = DB_fetch_array($SalesResult)){ $GraphArray[$i] = array(MonthAndYearFromSQLDate($myrow['lastdate_in_period']),$myrow['sales'],$myrow['budget']); |