BUG 5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2012-11-30 10:41:20 -04:00
parent 75cdfc2145
commit d9604aa87d

View File

@@ -25,11 +25,13 @@ if (($_REQUEST['action']) != 'rename') {
$newname = $_REQUEST ['newitemname'];
$oUid = $_REQUEST ['selitems'];
if ((isset($oUid))) {
if (isset($oUid[0])) {
$uid = $oUid[0];
} else {
$uid = $oUid;
}
$functionName ($oldname, $newname, $uid);
renameFolder ($oldname, $newname, $uid);
}
/////////////////////////////////////////////