aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba/dba_mysql.php
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2014-11-22 13:27:52 -0800
committerHabeas Codice <habeascodice@federated.social>2014-11-22 13:27:52 -0800
commit8ac3b938fde2ccd7719ac1c22ef5460b35298d78 (patch)
tree7d8e3a730eb26f3abe659c16baef333a198b08b1 /include/dba/dba_mysql.php
parentab5bf1b7d69f4027f595eef56cf4d99207b8b46e (diff)
downloadvolse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.tar.gz
volse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.tar.bz2
volse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.zip
added dbdriver to siteinfo json to better track affected sites
Diffstat (limited to 'include/dba/dba_mysql.php')
-rwxr-xr-xinclude/dba/dba_mysql.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dba/dba_mysql.php b/include/dba/dba_mysql.php
index f5a2a47ba..3cadad6dc 100755
--- a/include/dba/dba_mysql.php
+++ b/include/dba/dba_mysql.php
@@ -59,5 +59,9 @@ class dba_mysql extends dba_driver {
mysql_close($this->db);
$this->connected = false;
}
+
+ function getdriver() {
+ return 'mysql';
+ }
}