X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=cae045d874cb384e5d4dac8176175a30acdaac90;hb=3f2a23d48c0b588f0a31bb7cdb8b6490f307029f;hp=c66723033c1965c6251cd837fdba3c0f5f43276b;hpb=e767e2d750585da48c913cc1b09f17a785ccfe8c;p=friendica.git diff --git a/include/dba.php b/include/dba.php index c66723033c..cae045d874 100644 --- a/include/dba.php +++ b/include/dba.php @@ -14,8 +14,7 @@ if(class_exists('\PDO') && in_array('mysql', PDO::getAvailableDrivers())) { require_once('include/datetime.php'); /** - * - * MySQL database class + * @class MySQL database class * * For debugging, insert 'dbg(1);' anywhere in the program flow. * dbg(0); will turn it off. Logging is performed at LOGGER_DATA level.