summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-11 11:31:50 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-11 11:31:50 -0500
commite85835d0d3cd82d723cd7ff93b505973728745e8 (patch)
tree3379b89391b7098730af0f29ae261fc7ae55afa8 /classes
parent0a2f96a93c591ba56f2b61f7f9d06fb17f275b46 (diff)
resolve whitespace changes in Notice.php
darcs-hash:20081211163150-5ed1f-10ff4c4863145909c1d541e39dc4bf69d945cfd7.gz
Diffstat (limited to 'classes')
-rw-r--r--classes/Notice.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 456e9deb6..b55cbf47b 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -34,18 +34,18 @@ class Notice extends Memcached_DataObject
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */
- public $__table = 'notice'; // table name
- public $id; // int(4) primary_key not_null
- public $profile_id; // int(4) not_null
- public $uri; // varchar(255) unique_key
- public $content; // varchar(140)
- public $rendered; // text()
- public $url; // varchar(255)
- public $created; // datetime() not_null
- public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
- public $reply_to; // int(4)
- public $is_local; // tinyint(1)
- public $source; // varchar(32)
+ public $__table = 'notice'; // table name
+ public $id; // int(4) primary_key not_null
+ public $profile_id; // int(4) not_null
+ public $uri; // varchar(255) unique_key
+ public $content; // varchar(140)
+ public $rendered; // text()
+ public $url; // varchar(255)
+ public $created; // datetime() not_null
+ public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
+ public $reply_to; // int(4)
+ public $is_local; // tinyint(1)
+ public $source; // varchar(32)
/* Static get */
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice',$k,$v); }