From 42f08a0a7133ac4e92e157ada945df4bc93d9501 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Mar 2011 13:07:17 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index 34a656aa..58769072 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -103,7 +103,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page } $this->elements['active_project_id']->setValue( $_SESSION[__CLASS__]['active_project_id']); - return $p->toArray('id', 'name'); + return } -- 2.39.2