cvs: docweb /www users.php

[email protected] ("Vincent Gevers")
Newsgroups php.doc.web
Message-ID <cvsvincent1123771719@cvsserver>
vincent		Thu Aug 11 10:48:39 2005 EDT

  Modified files:              
    /docweb/www	users.php 
  Log:
  Fix for a username like tony2001
  # credits: Jean-Sébastien Goupil
  
  
http://cvs.php.net/diff.php/docweb/www/users.php?r1=1.6&r2=1.7&ty=u
Index: docweb/www/users.php
diff -u docweb/www/users.php:1.6 docweb/www/users.php:1.7
--- docweb/www/users.php:1.6	Mon Aug  1 14:12:38 2005
+++ docweb/www/users.php	Thu Aug 11 10:48:35 2005
@@ -1,10 +1,10 @@
 <?php
-/* $Id: users.php,v 1.6 2005/08/01 18:12:38 vincent Exp $ */
+/* $Id: users.php,v 1.7 2005/08/11 14:48:35 vincent Exp $ */
 
 include '../include/init.inc.php';
 require_once '../include/lib_auth.inc.php';
 
-if(empty($userid) || !is_string($userid) || !ctype_alpha($userid)) {
+if(empty($userid) || !is_string($userid)) {
         echo site_header('docweb.common.header.users');
         echo '<h3>No such user found</h3>';
         echo site_footer();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.