fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10028] webservice-call to get_activities now return


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [10028] webservice-call to get_activities now return changed, published and rejected activities
Date: Tue, 25 Sep 2012 05:15:42 +0000

Revision: 10028
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10028
Author:   erikhl
Date:     2012-09-25 05:15:42 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
webservice-call to get_activities now return changed, published and rejected 
activities

Modified Paths:
--------------
    trunk/activitycalendar/inc/class.soactivity.inc.php

Modified: trunk/activitycalendar/inc/class.soactivity.inc.php
===================================================================
--- trunk/activitycalendar/inc/class.soactivity.inc.php 2012-09-24 16:36:27 UTC 
(rev 10027)
+++ trunk/activitycalendar/inc/class.soactivity.inc.php 2012-09-25 05:15:42 UTC 
(rev 10028)
@@ -749,7 +749,7 @@
                        $whereclause_date = "AND last_change_date > 
{$from_date}";
                }
                $activities = array();
-               $sql = "SELECT * FROM activity_activity where state in (3,5) 
{$whereclause_date}";
+               $sql = "SELECT * FROM activity_activity where state in (2,3,5) 
{$whereclause_date}";
                $this->db->query($sql, __LINE__, __FILE__);
                while ($this->db->next_record())
                {                       




reply via email to

[Prev in Thread] Current Thread [Next in Thread]