projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d40cb0
)
remove not needed space
author
Duck (Jakob Munih)
<duck@obala.net>
Tue, 28 Apr 2009 17:51:37 +0000
(19:51 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Tue, 28 Apr 2009 17:51:37 +0000
(19:51 +0200)
folks/lib/Driver/sql.php
patch
|
blob
|
history
diff --git
a/folks/lib/Driver/sql.php
b/folks/lib/Driver/sql.php
index
75fae92
..
61770da
100644
(file)
--- 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);
}