Exemplo n.º 1
0
 public static function checkIfApproved($companyID)
 {
     $ret = MyDB::checkIfApproved($companyID);
     return $ret['active'];
 }