From: Matt Selsky Date: Tue, 13 Apr 2010 14:08:58 +0000 (-0400) Subject: Fix typos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f8a37fb90c62b6c62ab89ccb31e907859365733;p=horde.git Fix typos. --- diff --git a/agora/lib/Messages.php b/agora/lib/Messages.php index 33d31a8db..b7c4e2b80 100644 --- a/agora/lib/Messages.php +++ b/agora/lib/Messages.php @@ -745,7 +745,7 @@ class Agora_Messages { } $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); } diff --git a/agora/rss/index.php b/agora/rss/index.php index 596b74f08..95bfccd48 100644 --- a/agora/rss/index.php +++ b/agora/rss/index.php @@ -16,7 +16,7 @@ $scope = Horde_Util::getGet('scope', 'agora'); $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) { diff --git a/beatnik/lib/Driver/pdnsgsql.php b/beatnik/lib/Driver/pdnsgsql.php index 16f59b593..736d0f671 100644 --- a/beatnik/lib/Driver/pdnsgsql.php +++ b/beatnik/lib/Driver/pdnsgsql.php @@ -173,7 +173,7 @@ class Beatnik_Driver_pdnsgsql extends Beatnik_Driver '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'); diff --git a/framework/VFS/lib/VFS/ListItem.php b/framework/VFS/lib/VFS/ListItem.php index 628acf916..a284c2db1 100644 --- a/framework/VFS/lib/VFS/ListItem.php +++ b/framework/VFS/lib/VFS/ListItem.php @@ -52,7 +52,7 @@ class VFS_ListItem * * @var string */ - protected. $_size; + protected $_size; /** * Last modified date. @@ -98,7 +98,7 @@ class VFS_ListItem * @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']; diff --git a/ingo/spam.php b/ingo/spam.php index f06099eb5..f31dbe7c1 100644 --- a/ingo/spam.php +++ b/ingo/spam.php @@ -97,7 +97,7 @@ if ($form->validate($vars)) { $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); diff --git a/koward/lib/Koward/View/Object/search.html.php b/koward/lib/Koward/View/Object/search.html.php index 0703010bc..4a1473fe3 100644 --- a/koward/lib/Koward/View/Object/search.html.php +++ b/koward/lib/Koward/View/Object/search.html.php @@ -14,7 +14,7 @@ allowDelete): ?> - + attributes as $attribute => $info): ?>