Removed test case from functions.php

This commit is contained in:
Saqib Razzaq 2016-05-23 11:12:03 +05:00
parent 8d7bd7508c
commit 451442e3b2

View file

@ -178,7 +178,7 @@
*/
function cbmail($array) {
return true;
#return true;
$func_array = get_functions('email_functions');
if(is_array($func_array)) {
foreach($func_array as $func) {