*** empty log message ***

This commit is contained in:
el_latino 2001-02-16 20:48:24 +00:00
parent 195f02657b
commit 064a6bf960

View File

@ -49,8 +49,7 @@
function read_repository() function read_repository()
{ {
$this->db->lock("phpgw_preferences"); $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='".$this->account_id."'",__LINE__,__FILE__);
$this->db->query("SELECT preference_value FROM phpgw_preferences WHERE preference_owner='4'",__LINE__,__FILE__);
$this->db->next_record(); $this->db->next_record();
$pref_info = $this->db->f("preference_value"); $pref_info = $this->db->f("preference_value");
$this->data = Array(); $this->data = Array();