summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorHorus32014-03-17 18:06:05 +0100
committerHorus32014-03-17 18:06:05 +0100
commit3027a0481cb7295e42dbae01577032cbb98134bc (patch)
treeaddb4b3195a42dc4d5e4f7adb1b835bfbf2f2ad8 /www
parent889f10a8bea7105853ca505223dea1a1df07e0b9 (diff)
downloadfiles.iamfabulous.de-3027a0481cb7295e42dbae01577032cbb98134bc.tar.gz
rename mkdir() to create_folder()
Diffstat (limited to 'www')
-rw-r--r--www/functions/func_folder.php2
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"];