OSDN Git Service

Remove unused grobal $notify_from
authorhenoheno <henoheno>
Sat, 10 Jul 2004 10:59:38 +0000 (19:59 +0900)
committerhenoheno <henoheno>
Sat, 10 Jul 2004 10:59:38 +0000 (19:59 +0900)
file.php

index 06481eb..28eb31c 100644 (file)
--- a/file.php
+++ b/file.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: file.php,v 1.42 2004/07/01 14:52:30 henoheno Exp $
+// $Id: file.php,v 1.43 2004/07/10 10:59:38 henoheno Exp $
 //
 
 // ¥½¡¼¥¹¤ò¼èÆÀ
@@ -94,8 +94,8 @@ function file_write($dir,$page,$str,$notimestamp=FALSE)
 {
        global $update_exec;
        global $_msg_invalidiwn;
-       global $notify,$notify_diff_only,$notify_to,$notify_from,$notify_subject,$notify_header;
-       global $smtp_server,$smtp_auth;
+       global $notify, $notify_diff_only, $notify_to, $notify_subject, $notify_header;
+       global $smtp_server, $smtp_auth;
        
        if (!is_pagename($page))
        {