[geeklog-cvs] geeklog-1.3/public_html usersettings.php,1.104,1.105

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Sep 30 14:14:31 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv19722

Modified Files:
	usersettings.php 
Log Message:
Added missing default case (bug #287)


Index: usersettings.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/usersettings.php,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** usersettings.php	29 Sep 2004 10:36:29 -0000	1.104
--- usersettings.php	30 Sep 2004 18:14:29 -0000	1.105
***************
*** 1116,1119 ****
--- 1116,1122 ----
                                  . '/usersettings.php?mode=edit&msg=5');
          break;
+     default:
+         $display = COM_refresh($_CONF['site_url'] . '/index.php');
+         break;
      }
  } else {
***************
*** 1125,1129 ****
          $display .= COM_siteFooter();
      } else {
!         $display .= COM_refresh($_CONF['site_url'] . '/index.php');
      }
  }
--- 1128,1132 ----
          $display .= COM_siteFooter();
      } else {
!         $display = COM_refresh($_CONF['site_url'] . '/index.php');
      }
  }




More information about the geeklog-cvs mailing list