Mailer.php
authorEdward <edward@roojs.com>
Mon, 15 Dec 2014 08:47:07 +0000 (16:47 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Dec 2014 08:47:07 +0000 (16:47 +0800)
Mailer.php

index 143c2c7..ac405ee 100644 (file)
@@ -460,7 +460,7 @@ class Pman_Core_Mailer {
         $uinfo = posix_getpwuid( posix_getuid () ); 
         $user = $uinfo['name']; 
         print_R('run');
-        echo '\n';
+        echo "\n";
         $cache = ini_get('session.save_path')."/Pman_Core_Mailer-{$user}/" . md5($url);
         if (file_exists($cache) and filemtime($cache) > strtotime('NOW - 1 WEEK')) {
             $ret =  json_decode(file_get_contents($cache), true);