Removed useless code

This commit is contained in:
Laurent Destailleur 2009-02-20 23:15:36 +00:00
parent 8acb68a1bf
commit eca964657e

View File

@ -249,7 +249,7 @@ class Translate {
if ($ligne[0] != "\n" && $ligne[0] != " " && $ligne[0] != "#") if ($ligne[0] != "\n" && $ligne[0] != " " && $ligne[0] != "#")
{ {
$tab=split('=',$ligne,2); $tab=split('=',$ligne,2);
$key=trim($tab[0]); $value=''; $key=trim($tab[0]);
//print "Domain=$domain, found a string for $tab[0] with value $tab[1]<br>"; //print "Domain=$domain, found a string for $tab[0] with value $tab[1]<br>";
//if (! $this->getTransFromTab($key)) //if (! $this->getTransFromTab($key))
if (empty($this->tab_translate[$key]) && isset($tab[1])) if (empty($this->tab_translate[$key]) && isset($tab[1]))
@ -383,7 +383,6 @@ class Translate {
{ {
global $db; global $db;
$newstr=$this->getLabelFromKey($db,$reg[1],'c_currencies','code_iso','label'); $newstr=$this->getLabelFromKey($db,$reg[1],'c_currencies','code_iso','label');
//print "xxx".$key."-".$value."\n";
} }
else if (eregi('SendingMethod([0-9A-Z]+)$',$key,$reg)) else if (eregi('SendingMethod([0-9A-Z]+)$',$key,$reg))
{ {