diff options
| author | Horus3 | 2014-03-17 18:06:05 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-17 18:06:05 +0100 |
| commit | 3027a0481cb7295e42dbae01577032cbb98134bc (patch) | |
| tree | addb4b3195a42dc4d5e4f7adb1b835bfbf2f2ad8 /www/functions | |
| parent | 889f10a8bea7105853ca505223dea1a1df07e0b9 (diff) | |
| download | files.iamfabulous.de-3027a0481cb7295e42dbae01577032cbb98134bc.tar.gz | |
rename mkdir() to create_folder()
Diffstat (limited to 'www/functions')
| -rw-r--r-- | www/functions/func_folder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_folder.php b/www/functions/func_folder.php index 8b1ed12..145f14a 100644 --- a/www/functions/func_folder.php +++ b/www/functions/func_folder.php @@ -1,6 +1,6 @@ <?php -function mkdir($path, $new_folder_name, $share){ +function create_folder($path, $new_folder_name, $share){ $db = $GLOBALS["db"]; |
