web/MTrackWeb/Timeline.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 3 Mar 2011 15:21:12 +0000 (23:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 3 Mar 2011 15:21:12 +0000 (23:21 +0800)
web/MTrackWeb/Timeline.php

index ef8c985..6711d27 100644 (file)
@@ -40,14 +40,14 @@ class MTrackWeb_Timeline extends MTrackWeb
         $last_date = null;
         
         $filter_users = null;
-        if (is_string($only_users)) {
+        /*if (is_string($only_users)) {
            $filter_users = array(mtrack_canon_username($only_users));
         } else if (is_array($only_users)) { // will not happen....
            $filter_users = array();
            foreach ($only_users as $user) {
                $filter_users[] = mtrack_canon_username($user);
            }
-       }
+       } */
     
        $proj_by_id = array();
        foreach (MTrackDB::q('select projid from projects')->fetchAll() as $r) {