}
}
- public function getRecordings()
- {
- try {
- return Shout::getRecordings($_SESSION['shout']['curaccount']);
- } catch (Exception $e) {
- //FIXME: Create a way to notify the user of the failure.
- Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
- return false;
- }
- }
-
- public function getRecordings()
- {
- try {
- return Shout::getRecordings($_SESSION['shout']['curaccount']);
- } catch (Exception $e) {
- //FIXME: Create a way to notify the user of the failure.
- Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
- return false;
- }
- }
-
public function responseType()
{
return $this->_responseType;