Source for file erek_comp_model_caseawait.php

Documentation is available at erek_comp_model_caseawait.php


1 <?php
2 /**
3 * @author Jan H. Andersen <jha@ipwsystems.dk>
4 * @author Martin R. Larsen <mrl@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 model
9 * $Id: erek_comp_model_caseawait.php,v 1.3 2005/02/15 12:21:44 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'basic_model.php');
14
15 class erek_comp_model_caseawait extends basic_model {
16
17 function model() {
18 foreach($this->objectid as $curid) {
19 $obj = owRead($curid);
20 $obj->updateObject($curid, array('status' => CASE_AWAIT));
21 }
22 }
23
24 }
25
26 ?>

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