]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
One forgotten standard
[friendica.git] / include / dba.php
index 7d2d3bbd0f6d01ae59e481b70848ec8f2ba7aa07..8e2d18db600cd5f39c3ffdb295082db85270b1f1 100644 (file)
@@ -138,6 +138,11 @@ class dba {
                return $return;
        }
 
+       /**
+        * @brief Analyze a database query and log this if some conditions are met.
+        *
+        * @param string $query The database query that will be analyzed
+        */
        public function log_index($query) {
                $a = get_app();