X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba_pdo.php;h=7b720fb6c1217e31be5ae0368ea9facbdfcf229e;hb=5e188a9250d42a82cd6b8e84d65875f3bc6067fb;hp=b48aba44876d5fc6bf0d64d21c211d3374338114;hpb=7d531afd00de35ef55d0cc5caa63242765341dae;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();