Restore function to kept backward compatibility

This commit is contained in:
Laurent Destailleur 2010-02-23 19:44:12 +00:00
parent fb0a558f37
commit e6c91a10d7

View File

@ -639,6 +639,14 @@ class Translate {
}
}
/**
* @deprecated
*/
function setPhpLang()
{
return;
}
}
?>