minor change
This commit is contained in:
parent
0c54b95146
commit
54595b6f96
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.22 $
|
Version : $Revision: 1.23 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/StoredFile.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/StoredFile.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -109,7 +109,7 @@ class StoredFile{
|
||||||
return PEAR::raiseError("StoredFile::insert: ".
|
return PEAR::raiseError("StoredFile::insert: ".
|
||||||
"metadata file not found ($metadata)");
|
"metadata file not found ($metadata)");
|
||||||
}
|
}
|
||||||
$res = $ac->md->insert($metadata, $mdataLoc);
|
$res = $ac->md->insert($metadata, $mdataLoc, $ftype);
|
||||||
if(PEAR::isError($res)){
|
if(PEAR::isError($res)){
|
||||||
$ac->dbc->query("ROLLBACK"); return $res;
|
$ac->dbc->query("ROLLBACK"); return $res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue