Fix Bustage in inc_approval.php, Bug 274999

git-svn-id: svn://10.0.0.236/trunk@166805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
psychoticwolf%carolina.rr.com
2004-12-17 06:50:35 +00:00
parent b261deaaed
commit b1321c9557

View File

@@ -43,7 +43,7 @@ if ($action=="approve") {
if (!file_exists($dirpath)) {
mkdir($dirpath,0755);
}
if (!file_exists("$destination") {
if (!file_exists("$destination")) {
//No File Exists, its safe to rename.
if (rename("$filename", "$destination")) {
//Rename Successfull