Browse Source

added prodar companies.www as link

Piotr Labudda 9 years ago
parent
commit
7090525621
1 changed files with 10 additions and 0 deletions
  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';
+	}
+
+}