}
$sql .= ', message_modifystamp = ' . $_SERVER['REQUEST_TIME'] . ' WHERE message_id = ' . (int)$thread_id;
- Horde::logMessage('Query by Agora_Messages::_sequence(): ' . $sql, 'DEBUG')
+ Horde::logMessage('Query by Agora_Messages::_sequence(): ' . $sql, 'DEBUG');
return $this->_write_db->query($sql);
}
$cache_key = 'agora_rss_' . $scope;
/* Initialize the Cache object. */
-$cache = $injector->getInstance('Horde_Cache')
+$cache = $injector->getInstance('Horde_Cache');
$rss = $cache->get($cache_key, $conf['cache']['default_lifetime']);
if (!$rss) {
'd.id = r.domain_id AND d.name = ?';
$values = array($domain);
- Horde::logMessage('SQL Query by Beatnik_Driver_pdnsgsql::getRecords(): ' . $query, 'DEBUG')
+ Horde::logMessage('SQL Query by Beatnik_Driver_pdnsgsql::getRecords(): ' . $query, 'DEBUG');
$result = $this->_db->getAll($query, $values, DB_FETCHMODE_ASSOC);
if (is_a($result, 'PEAR_Error')) {
Horde::logMessage($result, 'ERR');
*
* @var string
*/
- protected. $_size;
+ protected $_size;
/**
* Last modified date.
* @param string $path The path to the file.
* @param array $fileArray An array of file properties.
*/
- public function _-construct($path, $fileArray)
+ public function __construct($path, $fileArray)
{
$this->_path = $path . '/' . $fileArray['name'];
$this->_name = $fileArray['name'];
$spam->setSpamLevel($vars->level);
try {
- $ingo_storage->store($spam):
+ $ingo_storage->store($spam);
$notification->push(_("Changes saved."), 'horde.success');
if ($vars->submitbutton == _("Save and Enable")) {
$filters->ruleEnable($spam_id);
<th class="item" width="1%"><?php echo Horde::img('edit.png', _("Edit")) ?></th>
<?php endif; ?>
<?php if ($this->allowDelete): ?>
- <th class="item" width="1%"><?php echo Horde::img('delete.png', _("Delete"),) ?></th>
+ <th class="item" width="1%"><?php echo Horde::img('delete.png', _("Delete")) ?></th>
<?php endif; ?>
<?php foreach ($this->attributes as $attribute => $info): ?>
<th class="item leftAlign" width="<?php echo $info['width'] ?>%" nowrap="nowrap"><?= $info['title'] ?></th>