projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d002f01
)
Clarify why we are doing this bit of code here...
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 9 Sep 2009 00:01:02 +0000
(20:01 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:51 +0000
(16:53 -0400)
kronolith/lib/Event/Sql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event/Sql.php
b/kronolith/lib/Event/Sql.php
index
6d751e0
..
992089d
100644
(file)
--- a/
kronolith/lib/Event/Sql.php
+++ b/
kronolith/lib/Event/Sql.php
@@
-210,7
+210,8
@@
class Kronolith_Event_Sql extends Kronolith_Event
/**
* Function to check availability and auto accept/decline for each resource
* attached to this event. Needed here instead of in Kronolith_Driver::saveEvent
- * since self::_properties is already built at that point.
+ * since self::_properties is already built at that point, and since it's
+ * not public, we need to access it from within this class.
*
* @return unknown_type
*/