mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge of the language-specific custom path change Revision #r8782
git-svn-id: file:///svn/phpbb/trunk@8786 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -565,7 +565,7 @@ class phpbb_db_tools
|
||||
|
||||
/**
|
||||
* Private method for performing sql statements (either execute them or return them)
|
||||
* @private
|
||||
* @access private
|
||||
*/
|
||||
private static function _sql_run_sql($statements)
|
||||
{
|
||||
@@ -598,7 +598,7 @@ class phpbb_db_tools
|
||||
|
||||
/**
|
||||
* Function to prepare some column information for better usage
|
||||
* @private
|
||||
* @access private
|
||||
*/
|
||||
private static function sql_prepare_column_data($table_name, $column_name, $column_data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user