Exemplo n.º 1
0
 function bindtextdomain($domain, $directory)
 {
     fbDebug::enter();
     $text_domain =& fbGettext::_text_domain();
     $text_domain[$domain] = $directory;
     return $directory;
 }