*** empty log message ***
This commit is contained in:
parent
b418a85f8d
commit
96e5fd0f1a
3 changed files with 48 additions and 31 deletions
|
@ -266,12 +266,13 @@ class uiHandler extends uiBase {
|
|||
}
|
||||
}
|
||||
$data = $this->_dateArr2Str($mData);
|
||||
foreach ($data as $key=>$val) { echo "\n".$key.": ".$val."\n";
|
||||
foreach ($data as $key=>$val) {
|
||||
$r = $this->gb->setMDataValue($id, $key, $this->sessid, $val);
|
||||
print_r($r);
|
||||
if (PEAR::isError($r)) {
|
||||
$this->_retMsg('Unable to set $1: $2', $key, $val);
|
||||
}
|
||||
}
|
||||
$this->_retMsg('Metadata saved');
|
||||
$type = $this->gb->getFileType($id)=='webstream' ? 'Webstream' : 'File';
|
||||
$this->redirUrl = UI_BROWSER."?act=editItem&id=$id";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue