aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/db_tools.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/db_tools.php')
-rw-r--r--phpBB/includes/db/db_tools.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php
index 0a65fc12ca..1a49a98729 100644
--- a/phpBB/includes/db/db_tools.php
+++ b/phpBB/includes/db/db_tools.php
@@ -593,7 +593,7 @@ class phpbb_db_tools
/**
* Private method for performing sql statements (either execute them or return them)
- * @private
+ * @access private
*/
function _sql_run_sql($statements)
{
@@ -624,7 +624,7 @@ class phpbb_db_tools
/**
* Function to prepare some column information for better usage
- * @private
+ * @access private
*/
function sql_prepare_column_data($table_name, $column_name, $column_data)
{