X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=2d26a9472091626e6e064f1f6808823cb8a0271d;hb=33b491f2a6ce9f7030851fcdd55394c575e4322f;hp=86ca2ac2de93c00422c75f9637a7481f31fba7ac;hpb=413424064c30c3b799f03ed728ab0a3f8f5eb424;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 86ca2ac2de..2d26a94720 100644 --- a/include/dba.php +++ b/include/dba.php @@ -5,12 +5,14 @@ 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) + * @param $sql * @return array|bool Query array + * @throws Exception + * @deprecated */ function q($sql) { $args = func_get_args();