X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=8e2d18db600cd5f39c3ffdb295082db85270b1f1;hb=a7e8e868008426adb858d7fb2010f2ced6ab2699;hp=7d2d3bbd0f6d01ae59e481b70848ec8f2ba7aa07;hpb=b935b57c666774e108a78ea4e690c290e1f7454e;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 7d2d3bbd0f..8e2d18db60 100644 --- a/include/dba.php +++ b/include/dba.php @@ -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();