]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
photo aside widget for profile page
[friendica.git] / include / dba.php
index c66723033c1965c6251cd837fdba3c0f5f43276b..cae045d874cb384e5d4dac8176175a30acdaac90 100644 (file)
@@ -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.