File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / classes / DbField / DbFieldComments.class.php
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Feb 28 20:17:34 2010 UTC (14 years, 2 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
Initial edition of drupal version

<?php

class DbFieldComments extends DbField {
  public function getName() {
    return 'Комментарий';
  }
}

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