[geeklog-cvs] geeklog: E_ALL fix

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 19 14:59:53 EDT 2011


changeset 8187:f7e652015b7b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f7e652015b7b
user: Dirk Haun <dirk at haun-online.de>
date: Sat Mar 19 19:59:43 2011 +0100
description:
E_ALL fix

diffstat:

 public_html/admin/user.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 2dccdef7d704 -r f7e652015b7b public_html/admin/user.php
--- a/public_html/admin/user.php	Sat Mar 19 19:50:12 2011 +0100
+++ b/public_html/admin/user.php	Sat Mar 19 19:59:43 2011 +0100
@@ -2,13 +2,13 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.7                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | user.php                                                                  |
 // |                                                                           |
 // | Geeklog user administration page.                                         |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2010 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -207,7 +207,7 @@
         $user_templates->set_var ('user_fullname', '');
     }
     
-    if ($A['remoteservice'] == '') {
+    if (empty($A['remoteservice'])) {
         $user_templates->set_var('lang_password', $LANG28[5]);
         $user_templates->set_var('lang_password_conf', $LANG28[39]);
         $user_templates->parse ('password_option', 'password', true);



More information about the geeklog-cvs mailing list