]> git.mxchange.org Git - friendica.git/commitdiff
Doxygen header added
authorMichael <heluecht@pirati.ca>
Sun, 16 Apr 2017 13:37:42 +0000 (13:37 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 16 Apr 2017 13:37:42 +0000 (13:37 +0000)
include/dbstructure.php

index aea0fdfedaf1c63cd287c94d8e2d1dc5a626dda9..a0023c7710e117a00d12d2f2928225c85589061d 100644 (file)
@@ -158,6 +158,14 @@ function print_structure($database) {
        }
 }
 
+/**
+ * @brief Print out database error messages
+ *
+ * @param object $db Database object
+ * @param string $message Message to be added to the error message
+ *
+ * @return string Error message
+ */
 function print_update_error($db, $message) {
        echo sprintf(t("\nError %d occured during database update:\n%s\n"),
                $db->errorno, $db->error);