bugphpGroupWare - Bugs: bug #9044, Problem for translation in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9044: Problem for translation in phpgw_lang (corelated with problem in translation tools)

Submitter:  Caeies <Caeies>
Submitted:  Fri 21 May 2004 12:22:54 PM UTC
   
 
Category:  API - phpGroupware API Item Group:  0.9.16.000 release
Severity:  3 - Normal Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Tue 27 Jul 2004 02:39:28 PM UTC, comment #1: 

fixed in CVS and released.

Caeies <Caeies>
Group administrator
Fri 21 May 2004 12:22:54 PM UTC, 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

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-07-27 Caeies Assigned toNone skwashd
    Open/ClosedOpen Closed
2004-05-21 Caeies Carbon-Copy- Added skwashd

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code