[Netoffice-cvs-2x] netoffice-2.x/includes request.class.php,1.13,1.14
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-06-11 20:32:25
|
Update of /cvsroot/netoffice/netoffice-2.x/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21566/includes Modified Files: request.class.php Log Message: Index: request.class.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/includes/request.class.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** request.class.php 29 May 2005 22:23:51 -0000 1.13 --- request.class.php 11 Jun 2005 20:32:09 -0000 1.14 *************** *** 124,138 **** $this->cal_id[] = ($row[0]); $this->cal_owner[] = ($row[1]); ! $this->cal_project[] = ($row[2]); ! $this->cal_subject[] = ($row[3]); ! $this->cal_description[] = ($row[4]); ! $this->cal_shortname[] = ($row[5]); ! $this->cal_date_start[] = ($row[6]); ! $this->cal_date_end[] = ($row[7]); ! $this->cal_time_start[] = ($row[8]); ! $this->cal_time_end[] = ($row[9]); ! $this->cal_reminder[] = ($row[10]); ! $this->cal_recurring[] = ($row[11]); ! $this->cal_recur_day[] = ($row[12]); $this->cal_mem_email_work[] = ($row[13]); } --- 124,138 ---- $this->cal_id[] = ($row[0]); $this->cal_owner[] = ($row[1]); ! $this->cal_subject[] = ($row[2]); ! $this->cal_description[] = ($row[3]); ! $this->cal_shortname[] = ($row[4]); ! $this->cal_date_start[] = ($row[5]); ! $this->cal_date_end[] = ($row[6]); ! $this->cal_time_start[] = ($row[7]); ! $this->cal_time_end[] = ($row[8]); ! $this->cal_reminder[] = ($row[9]); ! $this->cal_recurring[] = ($row[10]); ! $this->cal_recur_day[] = ($row[11]); ! $this->cal_project[] = ($row[12]); $this->cal_mem_email_work[] = ($row[13]); } |