Source for file erek_comp_view_create.php

Documentation is available at erek_comp_view_create.php


1 <?php
2 /**
3 * @author Martin R. Larsen <mrl@ipwsystems.dk>
4 * @author Jan H. Andersen <jha@ipwsystems.dk>
5 * @copyright {@link http://www.ipwsystems.dk/ IPW Systems a.s}
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @package eReklamation
8 * @subpackage view
9 * $Id: erek_comp_view_create.php,v 1.3 2005/02/15 12:21:44 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'basic_view_create.php');
14
15 class erek_comp_view_create extends basic_view_create {
16
17 function parseFields() {
18 unset($this->_objcols['compsolutionid']);
19 unset($this->_objcols['compdecisionid']);
20 unset($this->_objcols['credit']);
21 unset($this->_objcols['cost']);
22 unset($this->_objcols['comment']);
23 unset($this->_objcols['compdepartmentid']);
24 unset($this->_objcols['comment1']);
25 return parent::parseFields();
26 }
27
28 }
29
30 ?>

Documentation generated on Thu, 9 Jun 2005 06:52:17 +0200 by phpDocumentor 1.2.3