From: Mike Cochrane Date: Thu, 10 Jul 2008 04:59:42 +0000 (-0400) Subject: Resolve conflict properly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98cf96b3e4f642158a13d12d248170367332cce9;p=quix0rs-gnu-social.git Resolve conflict properly darcs-hash:20080710045942-533db-209fce2e2e89dfc809c9b25e93fb428c585f29e4.gz --- diff --git a/classes/Reply.php b/classes/Reply.php index af8f0b098c..2fb7a99f4a 100644 --- a/classes/Reply.php +++ b/classes/Reply.php @@ -14,7 +14,6 @@ class Reply extends DB_DataObject 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) /* Static get */ function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Reply',$k,$v); }