no more getSlave, convert code to use dbSlave instead
more form accessor fixes Form/Template.pm, all asset calls need a session var
This commit is contained in:
parent
77f9ae07b2
commit
197dacadec
9 changed files with 13 additions and 15 deletions
|
|
@ -55,8 +55,6 @@ Package for interfacing with SQL databases. This package implements Perl DBI fun
|
|||
$hashRef = $db->quickHashRef($sql);
|
||||
$text = $db->quickTab($sql);
|
||||
|
||||
$dbh = $db->getSlave;
|
||||
|
||||
$id = $db->getNextId("someId");
|
||||
$string = $db->quote($string);
|
||||
$string = $db->quoteAndJoin(\@array);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue