phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] todo/inc class.sotodo.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] todo/inc class.sotodo.inc.php
Date: Thu, 09 Aug 2007 12:20:42 +0000

CVSROOT:        /sources/phpgroupware
Module name:    todo
Changes by:     Sigurd Nes <sigurdne>   07/08/09 12:20:42

Modified files:
        inc            : class.sotodo.inc.php 

Log message:
        Patch #6097 from Maat

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/todo/inc/class.sotodo.inc.php?cvsroot=phpgroupware&r1=1.20&r2=1.21

Patches:
Index: class.sotodo.inc.php
===================================================================
RCS file: /sources/phpgroupware/todo/inc/class.sotodo.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- class.sotodo.inc.php        28 Dec 2006 10:39:45 -0000      1.20
+++ class.sotodo.inc.php        9 Aug 2007 12:20:42 -0000       1.21
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2003,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package todo
-       * @version $Id: class.sotodo.inc.php,v 1.20 2006/12/28 10:39:45 skwashd 
Exp $
+       * @version $Id: class.sotodo.inc.php,v 1.21 2007/08/09 12:20:42 
sigurdne Exp $
        */
 
 
@@ -367,7 +367,7 @@
                        $this->db->query("update phpgw_todo set todo_des='". 
$values['descr'] . "', todo_id_parent=" . $values['parent']
                                . ', todo_pri=' . intval($values['pri']) . ", 
todo_status='" . $values['status'] . "', todo_id_main=" . 
intval($values['main'])
                                . ", todo_access='" . $values['access'] . "', 
todo_level=" . intval($values['level'])
-                               . ', todo_startdate=' . 
intval($values['sdate']) . ', todo_enddate=' . intval($values['edate']) . "', 
todo_title='" . $values['title']
+                               . ', todo_startdate=' . 
intval($values['sdate']) . ', todo_enddate=' . intval($values['edate']) . ", 
todo_title='" . $values['title']
                                . "', todo_cat=" . intval($values['cat']) . ", 
todo_assigned='" . $values['assigned'] . "', assigned_group='" . 
$values['assigned_group']
                                . "' where todo_id=" . 
$values['id'],__LINE__,__FILE__);
                        $this->db->transaction_commit();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]