浏览代码

added prodar companies.www as link

Piotr Labudda 9 年之前
父节点
当前提交
7090525621
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      SE/schema/gui/company/biuro_prodar_com_pl/default_db.companies.php

+ 10 - 0
SE/schema/gui/company/biuro_prodar_com_pl/default_db.companies.php

@@ -0,0 +1,10 @@
+<?php
+
+class Schema__biuro_prodar_com_pl__default_db__companies extends Schema__Core__default_db__companies {
+
+	public function initTypes() {
+		parent::initTypes();
+		$this->_types['WWW'] = 'p5:www_link';
+	}
+
+}