got rid of =& when constructing objects

This commit is contained in:
paul 2006-11-14 19:10:22 +00:00
parent bb00be70bb
commit 0d9129d16c
1 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@
}
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
$gb =& new GreenBox($dbc, $config);
$gb = new GreenBox($dbc, $config);
$rs = new Restore($gb);
if ($rs->loglevel=='debug') {