From 451f0a8ec773b64bcdacbd2237cb6942281997d0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 8 Mar 2017 13:31:30 -0500 Subject: [PATCH] Don't force_room=Contacts in the vCard edit template --- webcit/configure.ac | 2 +- webcit/static/t/vcard/edit.html | 1 - webcit/webcit.h | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/webcit/configure.ac b/webcit/configure.ac index bb2122f67..8028b5b28 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [903], [http://www.citadel.org/]) +AC_INIT([WebCit], [904], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/static/t/vcard/edit.html b/webcit/static/t/vcard/edit.html index b5fc7aa74..ebf0c3f4f 100644 --- a/webcit/static/t/vcard/edit.html +++ b/webcit/static/t/vcard/edit.html @@ -2,7 +2,6 @@
-
diff --git a/webcit/webcit.h b/webcit/webcit.h index 4206f1130..d60adcc08 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2016 by the citadel.org team + * Copyright (c) 1987-2017 by the citadel.org team * * This program is open source software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. @@ -127,7 +127,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 903 /* This version of WebCit */ +#define CLIENT_VERSION 904 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 903 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 903 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2