Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 789 → Rev 790

/trunk/plugins/viathinksoft/objectTypes/java/OIDplusJava.class.php
94,7 → 94,7
$title = OIDplusJava::objectTypeTitle();
 
$res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));
if ($res->num_rows() > 0) {
if ($res->any()) {
$content = _L('Please select a Java Package Name in the tree view at the left to show its contents.');
} else {
$content = _L('Currently, no Java Package Name is registered in the system.');