From 064a6bf9600c7e3cf5edffc19c8e7a3c27c310ac Mon Sep 17 00:00:00 2001 From: el_latino Date: Fri, 16 Feb 2001 20:48:24 +0000 Subject: [PATCH] *** empty log message *** --- phpgwapi/inc/class.preferences.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.preferences.inc.php b/phpgwapi/inc/class.preferences.inc.php index 6464120a94..bab1aef5d3 100644 --- a/phpgwapi/inc/class.preferences.inc.php +++ b/phpgwapi/inc/class.preferences.inc.php @@ -49,8 +49,7 @@ function read_repository() { $this->db->lock("phpgw_preferences"); - //$this->db->query("SELECT preference_value FROM phpgw_preferences WHERE preference_owner='".$this->account_id."'",__LINE__,__FILE__); - $this->db->query("SELECT preference_value FROM phpgw_preferences WHERE preference_owner='4'",__LINE__,__FILE__); + $this->db->query("SELECT preference_value FROM phpgw_preferences WHERE preference_owner='".$this->account_id."'",__LINE__,__FILE__); $this->db->next_record(); $pref_info = $this->db->f("preference_value"); $this->data = Array();