[geeklog-cvs] Geeklog-1.x/public_html users.php,1.167,1.168

Dirk Haun dhaun at qs1489.pair.com
Fri Jul 4 11:26:48 EDT 2008


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

Modified Files:
	users.php 
Log Message:
E_ALL fix + CUSTOM_loginErrorHandler isn't supposed to return anything


Index: users.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/users.php,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** users.php	15 Mar 2008 08:57:15 -0000	1.167
--- users.php	4 Jul 2008 15:26:45 -0000	1.168
***************
*** 816,822 ****
          // Typically this will be used if you have a custom main site page
          // and need to control the login process
!         $display .= CUSTOM_loginErrorHandler($msg);
      } else {
!         $retval .= COM_siteHeader('menu', $message_title)
                  . COM_startBlock($message_title, '',
                                   COM_getBlockTemplate('_msg_block', 'header'))
--- 816,822 ----
          // Typically this will be used if you have a custom main site page
          // and need to control the login process
!         CUSTOM_loginErrorHandler($msg);
      } else {
!         $retval = COM_siteHeader('menu', $message_title)
                  . COM_startBlock($message_title, '',
                                   COM_getBlockTemplate('_msg_block', 'header'))




More information about the geeklog-cvs mailing list