--- db/prgsrc/drupal/modules/chgk_db/classes/DbField.class.php 2010/03/21 18:06:04 1.6 +++ db/prgsrc/drupal/modules/chgk_db/classes/DbField.class.php 2010/03/21 18:19:59 1.7 @@ -7,6 +7,11 @@ class DbField { protected $value; protected $number; protected $html; + protected $paragraphs; + protected $fb2; + protected $poems; + protected $codes; + public function __construct($field, $value, $number = false) { $this->field = $field; $this->value = $value;