[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/inc/class.sos_agreement.inc.php, 1.5
From: |
nomail |
Subject: |
[Phpgroupware-cvs] property/inc/class.sos_agreement.inc.php, 1.5 |
Date: |
Sat, 19 Jun 2004 17:03:46 +0200 |
Update of /property/inc
Modified Files:
Branch:
class.sos_agreement.inc.php
date: 2004/06/19 15:03:46; author: sigurdne; state: Exp; lines: +1 -1
Log Message:
no message
=====================================================================
Index: property/inc/class.sos_agreement.inc.php
diff -u property/inc/class.sos_agreement.inc.php:1.4
property/inc/class.sos_agreement.inc.php:1.5
--- property/inc/class.sos_agreement.inc.php:1.4 Fri Jun 18 13:38:44 2004
+++ property/inc/class.sos_agreement.inc.php Sat Jun 19 15:03:46 2004
@@ -1251,7 +1251,7 @@
{
for
($i=0;$i<count($attrib['delete_choice']);$i++)
{
- $this->db->query("DELETE FROM
$choice_table WHERE attrib_id=" . $attrib['id'] ." AND id=" .
$attrib['delete_choice'][$i] . filtermethod);
+ $this->db->query("DELETE FROM
$choice_table WHERE attrib_id=" . $attrib['id'] ." AND id=" .
$attrib['delete_choice'][$i] . $filtermethod);
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/inc/class.sos_agreement.inc.php, 1.5,
nomail <=