Author: tkoomzaaskz
Date: 2010-02-08 13:01:26 +0100 (Mon, 08 Feb 2010)
New Revision: 27729

Modified:
   
plugins/tdVisitorCounterPlugin/trunk/modules/tdVisitorCounter/actions/actions.class.php
   plugins/tdVisitorCounterPlugin/trunk/package.xml
Log:
[td][visitor_counter] daily visitors chart max value bug fixed - release 0.1.6

Modified: 
plugins/tdVisitorCounterPlugin/trunk/modules/tdVisitorCounter/actions/actions.class.php
===================================================================
--- 
plugins/tdVisitorCounterPlugin/trunk/modules/tdVisitorCounter/actions/actions.class.php
     2010-02-08 11:32:31 UTC (rev 27728)
+++ 
plugins/tdVisitorCounterPlugin/trunk/modules/tdVisitorCounter/actions/actions.class.php
     2010-02-08 12:01:26 UTC (rev 27729)
@@ -77,7 +77,7 @@
     {
       $chartData[] = $count;
       $chartLabels[] = $date;
-      if ($data['count'] > $chartMax) $chartMax = $data['count'];
+      if ($count > $chartMax) $chartMax = $count;
     }
 
     //To create a bar chart we need to create a stBarOutline Object

Modified: plugins/tdVisitorCounterPlugin/trunk/package.xml
===================================================================
--- plugins/tdVisitorCounterPlugin/trunk/package.xml    2010-02-08 11:32:31 UTC 
(rev 27728)
+++ plugins/tdVisitorCounterPlugin/trunk/package.xml    2010-02-08 12:01:26 UTC 
(rev 27729)
@@ -10,10 +10,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2010-01-24</date>
+ <date>2010-02-08</date>
  <time>11:00:00</time>
  <version>
-   <release>0.1.5</release>
+   <release>0.1.6</release>
    <api>0.1.0</api>
  </version>
  <stability>
@@ -114,6 +114,23 @@
 
    <release>
     <version>
+     <release>0.1.6</release>
+     <api>0.1.0</api>
+    </version>
+    <stability>
+     <release>beta</release>
+     <api>beta</api>
+    </stability>
+    <license uri="http://www.symfony-project.org/license";>MIT license</license>
+    <date>2010-02-08</date>
+    <license>MIT</license>
+    <notes>
+     * daily visitors chart max value bug fixed
+    </notes>
+   </release>
+
+   <release>
+    <version>
      <release>0.1.5</release>
      <api>0.1.0</api>
     </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to