Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 961 → Rev 962

/trunk/plugins/viathinksoft/objectTypes/gs1/OIDplusGs1.class.php
95,9 → 95,9
 
$res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));
if ($res->any()) {
$content = _L('Please select an item in the tree view at the left to show its contents.');
$content = '<p>'._L('Please select an item in the tree view at the left to show its contents.').'</p>';
} else {
$content = _L('Currently, no GS1 based numbers are registered in the system.');
$content = '<p>'._L('Currently, no GS1 based numbers are registered in the system.').'</p>';
}
 
if (!$this->isLeafNode()) {