Skip to content
Snippets Groups Projects
Commit 7a82afdc authored by andi's avatar andi
Browse files

uservariable replacement in usermails

darcs-hash:20050126201526-9977f-9112c4ff4742a42578e3f95fb683464747def25e.gz
parent 9faf6e0f
No related branches found
No related tags found
No related merge requests found
......@@ -755,6 +755,7 @@ function notify($id,$rev="",$summary=""){
$text = str_replace('@NEWPAGE@',wl($id,'','',true),$text);
$text = str_replace('@DOKUWIKIURL@',getBaseURL(true),$text);
$text = str_replace('@SUMMARY@',$summary,$text);
$text = str_replace('@USER@',$_SERVER['REMOTE_USER'],$text);
if($rev){
$subject = $lang['mail_changed'].' '.$id;
......
======舊版======
以下是該文件的舊版本。如要回復成想要的某個舊版次,就點下它,然後按「編修本頁」,並存檔起來就可以了。
\ No newline at end of file
以下是該文件的舊版本。如要回復成想要的某個舊版次,就點下它,然後按「編修本頁」,並存檔起來就可以了。
......@@ -2,4 +2,4 @@
提示:您可以在下列找到您的搜尋結果。若沒找到妳想找的東西,那麼可以在妳查詢之後用「建立此頁」來建立新的頁面哦。
=====搜尋結果=====
\ No newline at end of file
=====搜尋結果=====
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment