[Webbinder-commits] root/lib/wiki-plugins wikiplugin_attach.php,1.3,1.4
Brought to you by:
jasondiceman,
sylvieg
|
From: Sylvie G. <sy...@us...> - 2006-04-27 20:04:01
|
Update of /cvsroot/webbinder/root/lib/wiki-plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23831/lib/wiki-plugins Modified Files: wikiplugin_attach.php Log Message: display name of the missing file if knows Index: wikiplugin_attach.php =================================================================== RCS file: /cvsroot/webbinder/root/lib/wiki-plugins/wikiplugin_attach.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wikiplugin_attach.php 27 Apr 2006 19:48:27 -0000 1.3 --- wikiplugin_attach.php 27 Apr 2006 20:03:56 -0000 1.4 *************** *** 229,232 **** --- 229,234 ---- { $data = "<strong>".tra('no such attachment on this page')."</strong>"; + if (isset($file)) + $data.= ' '.$file; } |