From 23baa90a7216f9159ca1569554bea064ef28a726 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Tue, 15 Nov 2011 01:55:13 -0200 Subject: postfix - version 2.2 relased + widget --- config/postfix/postfix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/postfix/postfix.php') diff --git a/config/postfix/postfix.php b/config/postfix/postfix.php index 992c82c2..d50fd326 100644 --- a/config/postfix/postfix.php +++ b/config/postfix/postfix.php @@ -268,7 +268,7 @@ if ($_REQUEST['files']!= ""){ $stm_fetch=array(); $total_result=0; foreach ($files as $postfix_db) - if (file_exists($postfix_dir.'/'.$postfix_db)){ + if (file_exists($postfix_dir.'/'.$postfix_db)){ $last_next=""; $dbhandle = sqlite_open($postfix_dir.'/'.$postfix_db, 0666, $error); $stm='select * from '.$queue; -- cgit v1.2.3