]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_vcard.c
* citadel.rc: changed the default for local_screen_dimensions to 1, since
[citadel.git] / citadel / serv_vcard.c
index be8d89c840ca871b7b01fd166aa1ca1fbdffbbee..07d93c6f7e555c774508fed06aea38c0746599df 100644 (file)
@@ -470,7 +470,7 @@ char *Dynamic_Module_Init(void)
        CtdlRegisterProtoHook(cmd_regi, "REGI", "Enter registration info");
        CtdlRegisterProtoHook(cmd_greg, "GREG", "Get registration info");
        CtdlRegisterUserHook(vcard_purge, EVT_PURGEUSER);
-       create_room(ADDRESS_BOOK_ROOM, 3, "", 0);
+       create_room(ADDRESS_BOOK_ROOM, 3, "", 0, 1);
        return "$Id$";
 }