From 99006125fdf7c0344749b27cad445fb0a221f051 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Apr 2012 14:57:16 +0200 Subject: [PATCH] Fix: export of print sheets --- htdocs/adherents/cartes/carte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/cartes/carte.php b/htdocs/adherents/cartes/carte.php index e0b8fca05e7..8e753cbfa34 100755 --- a/htdocs/adherents/cartes/carte.php +++ b/htdocs/adherents/cartes/carte.php @@ -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)) {