Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 14282)
+++ branches/dev/html/admin/mail/index.php	(revision 14284)
@@ -473,8 +473,7 @@
     global $objQuery;
     
-    $objQuery->releaseoption();
-    $arrRet = $objQuery->select("blayn_ip", "dtb_blayn");
+    $arrRet = $objQuery->count("dtb_blayn");
     
-    return $arrRet[0];
+    return $arrRet;
 }
 ?>
