summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/Notice_flag.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserFlag/Notice_flag.php')
-rw-r--r--plugins/UserFlag/Notice_flag.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/UserFlag/Notice_flag.php b/plugins/UserFlag/Notice_flag.php
index adb0eadd1..14e3b8402 100644
--- a/plugins/UserFlag/Notice_flag.php
+++ b/plugins/UserFlag/Notice_flag.php
@@ -38,4 +38,16 @@ class Notice_flag extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
+
+ function table() {
+ return array(
+ 'flag' => DB_DATAOBJECT_STR,
+ 'display' => DB_DATAOBJECT_STR,
+ 'created' => DB_DATAOBJECT_STR + DB_DATAOBJECT_DATE + DB_DATAOBJECT_TIME
+ );
+ }
+
+ function keys() {
+ return array('flag');
+ }
}