CC-1927 Remove PEAR DB
* Removed the DEB package "php-db" from the full install script as it is no longer needed. * Missed one call to PEAR::isError()
This commit is contained in:
parent
9ec584e90c
commit
235997c616
4 changed files with 8 additions and 9 deletions
|
@ -238,7 +238,7 @@ class Application_Model_StoredFile {
|
|||
* 'empty'|'incomplete'|'ready'|'edited'
|
||||
* @param int $p_editedby
|
||||
* user id | 'NULL' for clear editedBy field
|
||||
* @return TRUE|PEAR_Error
|
||||
* @return TRUE
|
||||
*/
|
||||
public function setState($p_state, $p_editedby=NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue