phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #9044] Problem for translation in phpgw_lan


From: Caeies
Subject: [Phpgroupware-tracker] [bugs #9044] Problem for translation in phpgw_lang (corelated with problem in translation tools)
Date: Tue, 27 Jul 2004 10:43:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #9044] Latest Modifications:

Changes by: 
                Caeies <address@hidden>
'Date: 
                Tue 07/27/2004 at 14:39 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | skwashd
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
fixed in CVS and released.






/**************************************************************************/
[bugs #9044] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9044>
Project: phpGroupWare
Submitted by: Caeies
On: Fri 05/21/2004 at 12:22

Category:  API - phpGWapi
Item Group:  0.9.16.000 release
Severity:  5 - Average
Priority:  7 - High
Resolution:  None
Assigned to:  skwashd
Status:  Closed
Component Version:  CVS
Platform Version:  GNU/Linux - Debian
Reproducibility:  Every Time
Planned Release:  None
Fixed Release:  


Summary:  Problem for translation in phpgw_lang (corelated with problem in 
translation tools)

Original Submission:  this is a reminder for skwashd :)

Ok,
Take the file phpgwapi/setup/tables_current.inc.php

go at the last lines, and change 150 to 255 this will "solve" the problem. (? 
not sure at all ?)

Perhaps better :
change the if(intval($_ver) < 23) to
if(intval($_ver_arr[0]) == 3  && intval($_ver) < 23)
{
 ....
}

so only mysql 3.23 and above will be used. (I guess that the limitation comes 
from the varchar length in mySQL 3.23 and above ?)
IIRC there is a way in php to compare version string. so perhaps better to use 
this way ?.

Thanks for your colaboration ;)

Caeies

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 07/27/2004 at 14:39       By: Caeies
fixed in CVS and released.




CC List
-------

CC Address                          | Comment
------------------------------------+-----------------------------
skwashd                             | To remind you :)









For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9044>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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