got rid of =& when constructing objects
This commit is contained in:
parent
bb00be70bb
commit
0d9129d16c
1 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
|
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
|
||||||
|
|
||||||
$gb =& new GreenBox($dbc, $config);
|
$gb = new GreenBox($dbc, $config);
|
||||||
$rs = new Restore($gb);
|
$rs = new Restore($gb);
|
||||||
|
|
||||||
if ($rs->loglevel=='debug') {
|
if ($rs->loglevel=='debug') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue