mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -123,7 +123,6 @@ function auth($type,
|
||||
|
||||
function get_userdata_from_id($userid, $db)
|
||||
{
|
||||
|
||||
$sql = "SELECT * FROM ".USERS_TABLE." WHERE user_id = $userid";
|
||||
if(!$result = $db->sql_query($sql))
|
||||
{
|
||||
|
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
'<?php
|
||||
/***************************************************************************
|
||||
*
|
||||
*
|
||||
* -------------------
|
||||
* begin : Saturday, Feb 13, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
* $Id$
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
***************************************************************************/
|
||||
@@ -23,5 +23,4 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user