installer changes, pe sync

This commit is contained in:
Mike Macgirvin 2010-08-15 21:49:29 -07:00
parent 7294a3aab1
commit 35e29e10e6
15 changed files with 345 additions and 77 deletions

View file

@ -20,6 +20,10 @@ class dba {
system_unavailable();
}
public function getdb() {
return $this->db;
}
public function q($sql) {
global $debug_text;