X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba_pdo.php;h=7b720fb6c1217e31be5ae0368ea9facbdfcf229e;hb=133120007c4f7c12f32e096898889841c53e25b4;hp=b48aba44876d5fc6bf0d64d21c211d3374338114;hpb=ddfd425cd7daa2f9c271d04ff07cef4f6db41b7e;p=friendica.git diff --git a/include/dba_pdo.php b/include/dba_pdo.php index b48aba4487..7b720fb6c1 100644 --- a/include/dba_pdo.php +++ b/include/dba_pdo.php @@ -232,16 +232,6 @@ class dba { } } - /** - * Checks if $array is a filled array with at least one entry. - * - * @param $array mixed A filled array with at least one entry - * @return Whether $array is a filled array - */ - public function is_result ($array) { - return (is_array($array) && count($array) > 0); - } - function __destruct() { if ($this->db) \DDDBL\disconnect();