X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fbio%2Fserv_bio.c;fp=citadel%2Fmodules%2Fbio%2Fserv_bio.c;h=4246f1a3e506f5b0474a9d1032adc8383e68adb4;hb=7f9d699a7f73ac27bcbde2075a8758744036fb98;hp=c9d94943f27c63daa50354583199d63148b49a40;hpb=4a15af614c3957ed5f7092c27cd0cb954c725eac;p=citadel.git diff --git a/citadel/modules/bio/serv_bio.c b/citadel/modules/bio/serv_bio.c index c9d94943f..4246f1a3e 100644 --- a/citadel/modules/bio/serv_bio.c +++ b/citadel/modules/bio/serv_bio.c @@ -2,7 +2,7 @@ * This module implementsserver commands related to the display and * manipulation of user "bio" files. * - * Copyright (c) 1987-2017 by the citadel.org team + * Copyright (c) 1987-2020 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 as published by @@ -82,7 +82,7 @@ void cmd_rbio(char *cmdbuf) ruser.fullname, ruser.usernum, ruser.axlevel, (long)ruser.lastcall, ruser.timescalled, ruser.posted); - struct CtdlMessage *msg = CtdlFetchMessage(ruser.msgnum_bio, 1, 1); + struct CtdlMessage *msg = CtdlFetchMessage(ruser.msgnum_bio, 1); if (msg != NULL) { CtdlOutputPreLoadedMsg(msg, MT_CITADEL, HEADERS_NONE, 0, 0, 0); CM_Free(msg);