X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=c7ed3684aee16e8cd79c255e46f5d6f8fc38bb28;hb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;hp=236a1ccdc082b05cf2c77a2dedd3563b2b5c848c;hpb=867fed375310bddf80421e7ae711ec1f56402413;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 236a1ccd..c7ed3684 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -388,6 +388,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$abook_global_file_listing' => array( 'name' => _("Allow listing of global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$abook_file_line_length' => array( 'name' => _("Address book file line length"), + 'type' => SMOPT_TYPE_INTEGER ), /* --------------------------------------------------------*/ 'Group7' => array( 'name' => _("Templates"), 'type' => SMOPT_TYPE_TITLE ), @@ -416,4 +418,3 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), ); -?> \ No newline at end of file