Localization: cleanup in data model class declarations

SVN:trunk[355]
This commit is contained in:
Romain Quetiez
2010-04-20 15:54:13 +00:00
parent b0ff4a409a
commit 018da0ddf4
22 changed files with 0 additions and 216 deletions

View File

@@ -20,8 +20,6 @@ abstract class Action extends cmdbAbstractObject
$aParams = array
(
"category" => "core/cmdb",
"name" => "action",
"description" => "Custom action",
"key_type" => "autoincrement",
"key_label" => "",
"name_attcode" => "name",
@@ -97,8 +95,6 @@ abstract class ActionNotification extends Action
$aParams = array
(
"category" => "core/cmdb",
"name" => "notification",
"description" => "Notification (abstract)",
"key_type" => "autoincrement",
"key_label" => "",
"name_attcode" => "name",
@@ -141,8 +137,6 @@ class ActionEmail extends ActionNotification
$aParams = array
(
"category" => "core/cmdb",
"name" => "email notification",
"description" => "Action: Email notification",
"key_type" => "autoincrement",
"key_label" => "",
"name_attcode" => "name",