Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 505 → Rev 506

/trunk/includes/functions.inc.php
170,6 → 170,8
static $translation_array = array();
static $translation_loaded = null;
 
$str = trim($str);
 
if (!class_exists('OIDplus')) {
return my_vsprintf($str, $sprintfArgs);
}