[geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.125,1.126

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 07:36:00 EST 2008


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

Modified Files:
	lib-admin.php 
Log Message:
<s> is deprecated and not valid in HTML Strict


Index: lib-admin.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-admin.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** lib-admin.php	25 Nov 2007 15:09:09 -0000	1.125
--- lib-admin.php	2 Jan 2008 12:35:58 -0000	1.126
***************
*** 9,13 ****
  // | Admin-related functions needed in more than one place.                    |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs         - tony AT tonybibbs DOT com                   |
--- 9,13 ----
  // | Admin-related functions needed in more than one place.                    |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs         - tony AT tonybibbs DOT com                   |
***************
*** 784,788 ****
      if (isset($A['status']) && ($A['status'] == USER_ACCOUNT_DISABLED)) {
          if (($fieldname != 'edit') && ($fieldname != 'username')) {
!             $retval = sprintf ('<s title="%s">%s</s>', $LANG28[42], $retval);
          }
      }
--- 784,789 ----
      if (isset($A['status']) && ($A['status'] == USER_ACCOUNT_DISABLED)) {
          if (($fieldname != 'edit') && ($fieldname != 'username')) {
!             $retval = sprintf ('<span class="strike" title="%s">%s</span>',
!                                $LANG28[42], $retval);
          }
      }




More information about the geeklog-cvs mailing list