[geeklog-cvs] Geeklog-1.x/public_html/admin story.php,1.263,1.264

Oliver ospiess at qs1489.pair.com
Thu Oct 11 05:48:59 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv47082

Modified Files:
	story.php 
Log Message:
fix message typo

Index: story.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/story.php,v
retrieving revision 1.263
retrieving revision 1.264
diff -C2 -d -r1.263 -r1.264
*** story.php	30 Sep 2007 13:32:08 -0000	1.263
--- story.php	11 Oct 2007 09:48:57 -0000	1.264
***************
*** 773,778 ****
          if (isset($_GET['msg'])) {
              $msg = COM_applyFilter($_GET['msg'], true);
          }
-         $display .= COM_showMessage ($msg);
          $display .= liststories();
          $display .= COM_siteFooter();
--- 773,778 ----
          if (isset($_GET['msg'])) {
              $msg = COM_applyFilter($_GET['msg'], true);
+             $display .= COM_showMessage($msg);
          }
          $display .= liststories();
          $display .= COM_siteFooter();




More information about the geeklog-cvs mailing list