Forráskód Böngészése

added prodar companies.www as link

Piotr Labudda 9 éve
szülő
commit
7090525621

+ 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';
+	}
+
+}