diff options
Diffstat (limited to 'apps/contacts/templates/part.edit_name_dialog.php')
-rw-r--r-- | apps/contacts/templates/part.edit_name_dialog.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.edit_name_dialog.php b/apps/contacts/templates/part.edit_name_dialog.php index d525fd1f99b..bb774b62bd7 100644 --- a/apps/contacts/templates/part.edit_name_dialog.php +++ b/apps/contacts/templates/part.edit_name_dialog.php @@ -1,5 +1,4 @@ <?php -$l=new OC_L10N('contacts'); $name = isset($_['name'])?$_['name']:''; //print_r($name); $id = isset($_['id'])?$_['id']:''; |