From a73f78c1d1a498b5ff250bc731744a4f52a69c8f Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 26 Oct 2008 12:58:38 +0000 Subject: Changed essential default to 'on'. --- forum/utils/addressbook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forum') diff --git a/forum/utils/addressbook.php b/forum/utils/addressbook.php index 29b0fb0..9fe3e9c 100644 --- a/forum/utils/addressbook.php +++ b/forum/utils/addressbook.php @@ -14,7 +14,7 @@ function form($cid, $email2 = "", $url = "", $url2 = "", - $essential = "", + $essential = "on", $notes = "") { ?> @@ -30,7 +30,7 @@ function form($cid, Email2:
URL:
URL2:
- Essential: >
+ Essential: >
Notes:

-- cgit v1.2.3