fixed reference with clone, thanks to jpingle <jim-AT-hpcisp.com> from the user-list

This commit is contained in:
Ralf Becker 2006-03-24 17:26:27 +00:00
parent 7254bef473
commit 40e5634739

View File

@ -97,7 +97,7 @@
} }
$this->snapshotted_files = array(); $this->snapshotted_files = array();
$this->db =& clone($GLOBALS['phpgw']->db); $this->db = clone($GLOBALS['phpgw']->db);
$this->now = date('Y-m-d H:i:s'); $this->now = date('Y-m-d H:i:s');
$this->account_id = $GLOBALS['phpgw_info']['user']['account_id']; $this->account_id = $GLOBALS['phpgw_info']['user']['account_id'];
$this->tmp_dir = $GLOBALS['phpgw_info']['server']['temp_dir']; $this->tmp_dir = $GLOBALS['phpgw_info']['server']['temp_dir'];