Fix: export of print sheets

This commit is contained in:
Laurent Destailleur 2012-04-28 14:57:16 +02:00
parent f7b0e1a976
commit 99006125fd

View File

@ -153,7 +153,7 @@ if ((! empty($foruserid) || ! empty($foruserlogin) || ! empty($mode)) && ! $mesg
}
// Build and output PDF
if (empty($mode) || $mode=='card' || $mode='cardlogin')
if (empty($mode) || $mode=='card' || $mode=='cardlogin')
{
if (! count($arrayofmembers))
{