diff options
Diffstat (limited to 'lib/object.inc.php')
| -rw-r--r-- | lib/object.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/object.inc.php b/lib/object.inc.php index 5f231da..c23efa4 100644 --- a/lib/object.inc.php +++ b/lib/object.inc.php @@ -354,7 +354,6 @@ function object_type_to_id($type) 'inst'=> 0, 'basicdata' => 0, 'vote' => -1, - 'eval' => -2, 'news' => 'CoreOverview', 'documents' => 'CoreDocuments', 'schedule' => 'CoreSchedule', @@ -393,7 +392,6 @@ function object_id_to_type($id) 'inst'=> 0, 'basicdata' => 0, 'vote' => -1, - 'eval' => -2, 'news' => 'CoreOverview', 'documents' => 'CoreDocuments', 'schedule' => 'CoreSchedule', |
