diff options
Diffstat (limited to 'phpBB/db/mysql4.php')
-rw-r--r-- | phpBB/db/mysql4.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/mysql4.php b/phpBB/db/mysql4.php index de01f42b09..b0e657e8ee 100644 --- a/phpBB/db/mysql4.php +++ b/phpBB/db/mysql4.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * mysql.php + * mysql4.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group @@ -337,4 +337,4 @@ class sql_db } // if ... define -?>
\ No newline at end of file +?> |