View | Details | Raw Unified | Return to bug 2505
Collapse All | Expand All

(-)a/members/member-flags.pl (+1 lines)
Lines 5-10 Link Here
5
# July 26, 2002 (my birthday!)
5
# July 26, 2002 (my birthday!)
6
6
7
use strict;
7
use strict;
8
use warnings;
8
9
9
use CGI;
10
use CGI;
10
use C4::Output;
11
use C4::Output;
(-)a/members/member-password.pl (+2 lines)
Lines 5-10 Link Here
5
#converted to using templates 3/16/03 by mwhansen@hmc.edu
5
#converted to using templates 3/16/03 by mwhansen@hmc.edu
6
6
7
use strict;
7
use strict;
8
use warnings;
9
8
use C4::Auth;
10
use C4::Auth;
9
use C4::Output;
11
use C4::Output;
10
use C4::Context;
12
use C4::Context;
(-)a/members/member-picupload.pl (-1 / +2 lines)
Lines 25-30 Link Here
25
# Suite 330, Boston, MA  02111-1307 USA
25
# Suite 330, Boston, MA  02111-1307 USA
26
26
27
use strict;
27
use strict;
28
use warnings;
29
28
use C4::Auth;
30
use C4::Auth;
29
use C4::Context;
31
use C4::Context;
30
use C4::Output;
32
use C4::Output;
31
- 

Return to bug 2505