CC-2652: display info about import

- temp commit
This commit is contained in:
James 2011-08-08 14:44:05 -04:00
parent c0e07dbd9e
commit 9ff5bdaf0f
4 changed files with 38 additions and 1 deletions

View file

@ -451,6 +451,9 @@ class ApiController extends Zend_Controller_Action
}
}
// update import timestamp
Application_Model_Preference::SetImportTimestamp();
if ($mode == "create") {
$filepath = $md['MDATA_KEY_FILEPATH'];
$filepath = str_replace("\\", "", $filepath);
@ -508,7 +511,6 @@ class ApiController extends Zend_Controller_Action
$file->delete();
}
}
$this->view->id = $file->getId();
}