From: Duck (Jakob Munih) Date: Tue, 28 Apr 2009 17:51:37 +0000 (+0200) Subject: remove not needed space X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=db54bc15263c4af9c5f5537554f74e2c75a2101d;p=horde.git remove not needed space --- diff --git a/folks/lib/Driver/sql.php b/folks/lib/Driver/sql.php index 75fae92be..61770da52 100644 --- a/folks/lib/Driver/sql.php +++ b/folks/lib/Driver/sql.php @@ -77,7 +77,7 @@ class Folks_Driver_sql extends Folks_Driver { { $sql = 'SELECT user_uid FROM ' . $this->_params['online'] . ' WHERE user_uid <> "" AND user_uid <> "0" ' - . ' ORDER BY time_last_click DESC LIMIT 0, ' . (int)$limit; + . ' ORDER BY time_last_click DESC LIMIT 0, ' . (int)$limit; return $this->_db->getCol($sql); }