mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -301,7 +301,7 @@ function get_config_value($config_name)
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert an IP address from the hexidecimal notation to normal dotted-quad notation
|
||||
* Convert an IP address from the hexadecimal notation to normal dotted-quad notation
|
||||
*/
|
||||
function decode_ip($int_ip)
|
||||
{
|
||||
@@ -1207,7 +1207,7 @@ function update_folder_pm_count()
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
// Functions mainly used by the main converter script
|
||||
// Functions mainly used by the main convertor script
|
||||
|
||||
function path($path, $path_relative = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user