]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Reply.php
Disallow 'api' nickname
[quix0rs-gnu-social.git] / classes / Reply.php
index 507782391b7a06630e72fb7e95b4d11629fa6a27..8e26f1684ebcd874698e2e7ef2c865a7dabdc76e 100644 (file)
@@ -4,7 +4,7 @@
  */
 require_once 'DB/DataObject.php';
 
-class Reply extends DB_DataObject
+class Reply extends DB_DataObject 
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -12,7 +12,6 @@ class Reply extends DB_DataObject
     public $__table = 'reply';                           // table name
     public $notice_id;                       // int(4)  primary_key not_null
     public $profile_id;                      // int(4)  primary_key not_null
-    public $replied_id;                      // int(4)  
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
     public $replied_id;                      // int(4)