[geeklog-cvs] Geeklog-1.x/system lib-plugins.php,1.141,1.142

Dirk Haun dhaun at qs1489.pair.com
Sun Apr 6 12:19:45 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv13773/system

Modified Files:
	lib-plugins.php 
Log Message:
Small fix to avoid ugly dangling "msg=" in URLs


Index: lib-plugins.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-plugins.php,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** lib-plugins.php	3 Feb 2008 20:47:27 -0000	1.141
--- lib-plugins.php	6 Apr 2008 16:19:42 -0000	1.142
***************
*** 2308,2312 ****
      global $_CONF;
  
!     if (isset($message)) {
          $msg = "msg=$message";
      } else {
--- 2308,2312 ----
      global $_CONF;
  
!     if (isset($message) && (!empty($message) || is_numeric($message))) {
          $msg = "msg=$message";
      } else {




More information about the geeklog-cvs mailing list