[Phpmyadmin-devel] double strings in lang/*

Hi, why we have the follow double strings lang/* files? tbl_properties.php3 ldi_table.php3 ---------------------------------------------------------- $strFieldsEscapedBy = $strFields.' '.$strEscapedBy $strFieldsEnclosedBy = $strFields.' '.$strEnclosedBy $strFieldsTerminatedBy = $strFields.' '.$strTerminatedBy $strLinesTerminatedBy = $strLines.' '.$strTerminatedBy can we delete one of these strings ? Regards, -- Steve

Steve, I started the job of adding parameters to some messages and modifying others, thanks for finding those. Fixed in the cvs. Marc Steve Alberty a écrit :
Hi,
why we have the follow double strings lang/* files?
tbl_properties.php3 ldi_table.php3 ---------------------------------------------------------- $strFieldsEscapedBy = $strFields.' '.$strEscapedBy $strFieldsEnclosedBy = $strFields.' '.$strEnclosedBy $strFieldsTerminatedBy = $strFields.' '.$strTerminatedBy $strLinesTerminatedBy = $strLines.' '.$strTerminatedBy
can we delete one of these strings ?
Regards,
-- Steve
participants (2)
-
Marc Delisle
-
Steve Alberty