summaryrefslogtreecommitdiff
path: root/_darcs/pristine/classes/Consumer.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/classes/Consumer.php')
-rw-r--r--_darcs/pristine/classes/Consumer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/_darcs/pristine/classes/Consumer.php b/_darcs/pristine/classes/Consumer.php
index c598312aa..d5b7b7e33 100644
--- a/_darcs/pristine/classes/Consumer.php
+++ b/_darcs/pristine/classes/Consumer.php
@@ -16,7 +16,8 @@ class Consumer extends Memcached_DataObject
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */
- function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
+ function staticGet($k,$v=null)
+ { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE