projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58245f
)
Fix typo
author
Jan Schneider
<jan@horde.org>
Fri, 24 Jul 2009 14:07:47 +0000
(16:07 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 27 Jul 2009 10:22:15 +0000
(12:22 +0200)
ingo/lib/Storage/Sql.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Storage/Sql.php
b/ingo/lib/Storage/Sql.php
index
ca556bc
..
1800dbe
100644
(file)
--- a/
ingo/lib/Storage/Sql.php
+++ b/
ingo/lib/Storage/Sql.php
@@
-428,7
+428,7
@@
class Ingo_Storage_Sql extends Ingo_Storage
}
}
- return
$
true;
+ return true;
}
}