X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=2d26a9472091626e6e064f1f6808823cb8a0271d;hb=33b491f2a6ce9f7030851fcdd55394c575e4322f;hp=9e168eac799c36e6a53eefdd8ab68e9e99313405;hpb=9b5bef6deaf75514cb967f51f56ec357a8b53b2b;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 9e168eac79..2d26a94720 100644 --- a/include/dba.php +++ b/include/dba.php @@ -9,8 +9,9 @@ use Friendica\Database\DBA; * 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) {