mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
819 B
PHP
15 lines
819 B
PHP
$NetBSD: patch-plugins_administrator_defines.php,v 1.1 2016/09/27 12:11:11 manu Exp $
|
|
|
|
Fix syntax error, form Jean-Jacques Puig
|
|
|
|
--- plugins/administrator/defines.php.orig
|
|
+++ plugins/administrator/defines.php
|
|
@@ -243,6 +243,7 @@
|
|
'$edit_identity' => array( 'name' => _("Allow editing of identities"),
|
|
'type' => SMOPT_TYPE_BOOLEAN ),
|
|
'$edit_name' => array( 'name' => _("Allow editing of full name"),
|
|
+ 'type' => SMOPT_TYPE_BOOLEAN ),
|
|
'$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"),
|
|
'type' => SMOPT_TYPE_BOOLEAN ),
|
|
'$hide_auth_header' => array( 'name' => _("Remove username from headers"),
|