Vier: Some small color changes

This commit is contained in:
Michael Vogel 2014-06-10 20:22:53 +02:00
parent 405a0aaee2
commit ce29f55536
2 changed files with 8 additions and 7 deletions

View file

@ -100,7 +100,7 @@ class dba {
public function q($sql, $onlyquery = false) {
global $a;
$strHandler = (true === $onlyquery) ? 'PDOStatement' : 'MULTI';
$strQueryAlias = md5($sql);