From e1dec0fc76a78ba2f95a81c79c7336742aa6e60b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 19 Oct 2007 09:47:06 +0000 Subject: [PATCH] fixed not shown list of replacement, if language is english --- addressbook/inc/class.contacts_admin_prefs.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addressbook/inc/class.contacts_admin_prefs.inc.php b/addressbook/inc/class.contacts_admin_prefs.inc.php index 89f6183ac6..fab51cec11 100644 --- a/addressbook/inc/class.contacts_admin_prefs.inc.php +++ b/addressbook/inc/class.contacts_admin_prefs.inc.php @@ -236,6 +236,7 @@ class contacts_admin_prefs 'help' => lang('If you specify a document (full vfs path) here, addressbook displays an extra document icon for each address. That icon allows to download the specified document with the contact data inserted.').' '. lang('The document can contain placeholder like $$n_fn$$, to be replaced with the contact data (%1full list of placeholder names%2).','','').' '. lang('At the moment the following document-types are supported:').'*.rtf, *.txt', + 'run_lang' => false, 'xmlrpc' => True, 'admin' => False, ); @@ -247,6 +248,7 @@ class contacts_admin_prefs 'help' => lang('If you specify a directory (full vfs path) here, addressbook displays an action for each document. That action allows to download the specified document with the contact data inserted.').' '. lang('The document can contain placeholder like $$n_fn$$, to be replaced with the contact data (%1full list of placeholder names%2).','','').' '. lang('At the moment the following document-types are supported:').'*.rtf, *.txt', + 'run_lang' => false, 'xmlrpc' => True, 'admin' => False, );