From a7b3eb0a1d61761e77121b838de68a443d46dcab Mon Sep 17 00:00:00 2001 From: henoheno Date: Thu, 1 Jul 2004 23:52:30 +0900 Subject: [PATCH] Simplify only. Remove unused grobal --- file.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/file.php b/file.php index ad60e91..06481eb 100644 --- a/file.php +++ b/file.php @@ -2,7 +2,7 @@ ///////////////////////////////////////////////// // PukiWiki - Yet another WikiWikiWeb clone. // -// $Id: file.php,v 1.41 2004/03/20 13:43:58 arino Exp $ +// $Id: file.php,v 1.42 2004/07/01 14:52:30 henoheno Exp $ // // ¥½¡¼¥¹¤ò¼èÆÀ @@ -92,7 +92,7 @@ function make_str_rules($str) // ¥Õ¥¡¥¤¥ë¤Ø¤Î½ÐÎÏ function file_write($dir,$page,$str,$notimestamp=FALSE) { - global $post,$update_exec; + global $update_exec; global $_msg_invalidiwn; global $notify,$notify_diff_only,$notify_to,$notify_from,$notify_subject,$notify_header; global $smtp_server,$smtp_auth; @@ -168,6 +168,7 @@ function file_write($dir,$page,$str,$notimestamp=FALSE) mb_send_mail($notify_to,$subject,$str,$notify_header); } } + // ºï½üÍúÎò¥Ú¡¼¥¸¤Î¹¹¿· function put_recentdeleted($page) { -- 2.11.0