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: Fri, 21 May 2004 08:23:54 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040405 Firefox/0.8

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




/**************************************************************************/
[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/04 at 12:22

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


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



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]