Exemple #1
0
 private static function initCountryNames()
 {
     if (self::$COUNTRY_NAMES === true) {
         self::$COUNTRY_NAMES = new GWF_LangTrans(GWF_CORE_PATH . 'lang/country/countries');
     }
 }