Diff for /db/prgsrc/drupal/modules/chgk_db/classes/DbField.class.php between versions 1.6 and 1.7

version 1.6, 2010/03/21 18:06:04 version 1.7, 2010/03/21 18:19:59
Line 7  class DbField { Line 7  class DbField {
   protected $value;     protected $value; 
   protected $number;    protected $number;
   protected $html;    protected $html;
     protected $paragraphs;
     protected $fb2;
     protected $poems;
     protected $codes;
   
   public function __construct($field, $value, $number = false) {    public function __construct($field, $value, $number = false) {
     $this->field = $field;      $this->field = $field;
     $this->value = $value;      $this->value = $value;

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>