[geeklog-cvs] Geeklog-1.x/public_html/admin user.php,1.192,1.193

Oliver ospiess at qs1489.pair.com
Tue Oct 9 03:27:07 EDT 2007


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

Modified Files:
	user.php 
Log Message:
add error message

Index: user.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/user.php,v
retrieving revision 1.192
retrieving revision 1.193
diff -C2 -d -r1.192 -r1.193
*** user.php	9 Oct 2007 07:22:44 -0000	1.192
--- user.php	9 Oct 2007 07:27:04 -0000	1.193
***************
*** 945,948 ****
--- 945,950 ----
                  } else {
                      // user creation failed
+                     $retval .= "<br>ERROR: There was a problem creating the account for <b>$u_name</b>.<br>\n";
+                     COM_errorLog("ERROR: here was a problem creating the account for $u_name.",1);
                  }
              } else {




More information about the geeklog-cvs mailing list