[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php,1.
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php,1.9.2.4.2.8,1.9.2.4.2.9 |
Date: |
Sat, 17 May 2003 13:12:05 -0400 |
Update of /cvsroot/phpgroupware/developer_tools/inc
In directory subversions:/tmp/cvs-serv6009
Modified Files:
Tag: Version-0_9_16-branch
class.solangfile.inc.php
Log Message:
fixed bug, that changed entries get written to the db again
Index: class.solangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/inc/class.solangfile.inc.php,v
retrieving revision 1.9.2.4.2.8
retrieving revision 1.9.2.4.2.9
diff -C2 -r1.9.2.4.2.8 -r1.9.2.4.2.9
*** class.solangfile.inc.php 3 May 2003 08:40:20 -0000 1.9.2.4.2.8
--- class.solangfile.inc.php 17 May 2003 17:12:02 -0000 1.9.2.4.2.9
***************
*** 318,322 ****
{
$this->db->query("UPDATE
phpgw_lang SET content='$content'"
! . " WHERE
message_id='message_id'"
. " AND app_name='$app'
AND lang='$userlang'",__LINE__,__FILE__);
if ($this->db->affected_rows()
> 0)
--- 318,322 ----
{
$this->db->query("UPDATE
phpgw_lang SET content='$content'"
! . " WHERE
message_id='$message_id'"
. " AND app_name='$app'
AND lang='$userlang'",__LINE__,__FILE__);
if ($this->db->affected_rows()
> 0)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php,1.9.2.4.2.8,1.9.2.4.2.9,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/setup phpgw_de.lang,1.9,1.10 phpgw_en.lang,1.9,1.10 phpgw_fr.lang,1.5,1.6
- Next by Date:
[Phpgroupware-cvs] CVS: property/templates/default owner.xsl,NONE,1.1
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/setup phpgw_de.lang,1.9,1.10 phpgw_en.lang,1.9,1.10 phpgw_fr.lang,1.5,1.6
- Next by thread:
[Phpgroupware-cvs] CVS: property/templates/default owner.xsl,NONE,1.1
- Index(es):