Removed wrong comments
This commit is contained in:
parent
77215d175c
commit
975830ff90
1 changed files with 2 additions and 1 deletions
|
@ -484,11 +484,12 @@ class ApiController extends Zend_Controller_Action
|
||||||
|
|
||||||
public function dispatchMetadata($md, $mode)
|
public function dispatchMetadata($md, $mode)
|
||||||
{
|
{
|
||||||
// Replace this compound result in a hash with proper error handling later on
|
|
||||||
$return_hash = array();
|
$return_hash = array();
|
||||||
Application_Model_Preference::SetImportTimestamp();
|
Application_Model_Preference::SetImportTimestamp();
|
||||||
//Logging::info("--->Mode: $mode || file: {$md['MDATA_KEY_FILEPATH']} ");
|
//Logging::info("--->Mode: $mode || file: {$md['MDATA_KEY_FILEPATH']} ");
|
||||||
//Logging::info( $md );
|
//Logging::info( $md );
|
||||||
|
|
||||||
|
// create also modifies the file if it exists
|
||||||
if ($mode == "create") {
|
if ($mode == "create") {
|
||||||
$filepath = $md['MDATA_KEY_FILEPATH'];
|
$filepath = $md['MDATA_KEY_FILEPATH'];
|
||||||
$filepath = Application_Common_OsPath::normpath($filepath);
|
$filepath = Application_Common_OsPath::normpath($filepath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue