@@ -422,7 +422,7 @@ discard block |
||
422 | 422 | /** |
423 | 423 | * @deprecated use DBAL Conenction instead. See adminreports.php for an example implementation |
424 | 424 | * @param $value |
425 | - * @return false|string |
|
425 | + * @return string |
|
426 | 426 | */ |
427 | 427 | function sql_escape($value) |
428 | 428 | { |
@@ -436,7 +436,7 @@ discard block |
||
436 | 436 | /** |
437 | 437 | * @deprecated use DBAL Conenction instead. See adminreports.php for an example implementation |
438 | 438 | * @param $value |
439 | - * @return false|mixed|string |
|
439 | + * @return string |
|
440 | 440 | */ |
441 | 441 | function sql_escape_backtick($value) |
442 | 442 | { |
@@ -547,7 +547,7 @@ discard block |
||
547 | 547 | |
548 | 548 | /** |
549 | 549 | * @deprecated use DBAL Conenction instead. See adminreports.php for an example implementation |
550 | - * @param $rs |
|
550 | + * @param resource $rs |
|
551 | 551 | * @return array |
552 | 552 | */ |
553 | 553 | function sql_fetch_row($rs) |
@@ -1279,7 +1279,7 @@ |
||
1279 | 1279 | |
1280 | 1280 | /** |
1281 | 1281 | * @deprecated use DBAL Conenction instead. See adminreports.php for an example implementation |
1282 | - * @param $f |
|
1282 | + * @param resource $f |
|
1283 | 1283 | * @param resource $rs |
1284 | 1284 | * @param $table |
1285 | 1285 | * @param bool $truncate |