Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 789 → Rev 790

/trunk/plugins/viathinksoft/objectTypes/guid/OIDplusGuid.class.php
114,7 → 114,7
$title = OIDplusGuid::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 GUID in the tree view at the left to show its contents.');
} else {
$content = _L('Currently, no GUID is registered in the system.');