diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 01:31:43 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 01:31:43 +0000 |
commit | 693d62c521921c5b4809f940ed3fbb6ac1aeab86 (patch) | |
tree | 422aa64e7eac2c7c6d6a07ca3e22aea2a96204b5 /phpBB/functions | |
parent | 3fcfc52b9357634c074f68b5488bca2a72deff75 (diff) | |
download | forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.gz forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.bz2 forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.xz forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/functions')
-rw-r--r-- | phpBB/functions/auth.php | 1 | ||||
-rw-r--r-- | phpBB/functions/post.php | 7 |
2 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/functions/auth.php b/phpBB/functions/auth.php index c1c1acc74f..c2293f4c63 100644 --- a/phpBB/functions/auth.php +++ b/phpBB/functions/auth.php @@ -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)) { diff --git a/phpBB/functions/post.php b/phpBB/functions/post.php index b4278d1182..a6f3cdad39 100644 --- a/phpBB/functions/post.php +++ b/phpBB/functions/post.php @@ -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 @@ ***************************************************************************/ - ?> |