Improve 'move to another parent' texts

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-30 23:14:55 +02:00
committed by Alexander Nicolaysen Sørnes
parent d817ffa77a
commit 0dc6d47958
4 changed files with 32 additions and 6 deletions

View File

@@ -1447,6 +1447,11 @@ class version {
return FALSE;
}
public function objectGetClassDisplayName()
{
return 'version';
}
public function objectMakeUrl()
{
return APPDB_ROOT."objectManager.php?sClass=version&iId=$this->iVersionId";