]> git.mxchange.org Git - friendica.git/blobdiff - include/dba_pdo.php
Merge pull request #2830 from annando/1610-account_type
[friendica.git] / include / dba_pdo.php
index b48aba44876d5fc6bf0d64d21c211d3374338114..7b720fb6c1217e31be5ae0368ea9facbdfcf229e 100644 (file)
@@ -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();