aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/functions
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/functions')
-rw-r--r--phpBB/functions/auth.php1
-rw-r--r--phpBB/functions/post.php7
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 @@
***************************************************************************/
-
?>