- Removed unused and equal class defined in thirdparty/pear/json/class.json.php
- Removed unused and equal class defined in thirdparty/pear/class.nusoap_base.php
- Removed unused and equal class defined in thirdparty/pear/class.soapclient.php
- Removed __() method defined in class.g.php and replaced with G::LoadTranlation
This commit is contained in:
davidcallizaya
2017-08-11 12:29:43 -04:00
parent 45ed5d4932
commit b067aad7e4
7 changed files with 8 additions and 2594 deletions

View File

@@ -5913,8 +5913,3 @@ function eprintln ($s = "", $c = null)
print "$s\n";
}
}
function __ ($msgID, $lang = SYS_LANG, $data = null)
{
return G::LoadTranslation( $msgID, $lang, $data );
}