X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=9e168eac799c36e6a53eefdd8ab68e9e99313405;hb=6c2ace3cab93423a4cf05e8b6c1c5ebce5709a86;hp=86ca2ac2de93c00422c75f9637a7481f31fba7ac;hpb=6141023640df2e84c55b179404b77ab2d8cd183c;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 86ca2ac2de..9e168eac79 100644 --- a/include/dba.php +++ b/include/dba.php @@ -5,12 +5,13 @@ use Friendica\Database\DBA; /** * @brief execute SQL query with printf style args - deprecated * - * Please use the dba:: functions instead: - * dba::select, dba::exists, dba::insert - * dba::delete, dba::update, dba::p, dba::e + * Please use the DBA:: functions instead: + * DBA::select, DBA::exists, DBA::insert + * DBA::delete, DBA::update, DBA::p, DBA::e * * @param $args Query parameters (1 to N parameters of different types) * @return array|bool Query array + * @deprecated */ function q($sql) { $args = func_get_args();