/[smecontribs]/rpms/smeserver-userpanel/contribs8/smeserver-userpanel-0.9_logmeout_called_to_early.patch
ViewVC logotype

Annotation of /rpms/smeserver-userpanel/contribs8/smeserver-userpanel-0.9_logmeout_called_to_early.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Aug 22 14:58:10 2014 UTC (9 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-userpanel-0_9-18_el5_sme, HEAD
Changes since 1.1: +25 -4 lines
* Tue Aug 19 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 0.9-17.sme
- corrected a prototype called too early [SME:8543]
- removed all prototypes of file userpanel-navigation

1 stephdl 1.1 diff -Nur smeserver-userpanel-0.9_old/root/etc/e-smith/web/functions/userpanel-navigation smeserver-userpanel-0.9/root/etc/e-smith/web/functions/userpanel-navigation
2     --- smeserver-userpanel-0.9_old/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-19 21:20:55.641138365 +0200
3 stephdl 1.2 +++ smeserver-userpanel-0.9/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-22 16:44:44.397108836 +0200
4     @@ -36,8 +36,9 @@
5     use esmith::db;
6    
7 stephdl 1.1 sub determineGroup;
8 stephdl 1.2 -sub showNavigation ($);
9     +sub showNavigation;
10 stephdl 1.1 sub byweight;
11 stephdl 1.2 +sub logmeout;
12 stephdl 1.1
13     BEGIN
14     {
15 stephdl 1.2 @@ -74,7 +75,7 @@
16     #------------------------------------------------------
17     # subroutine to print logout
18     #------------------------------------------------------
19     -sub logmeout ($)
20     +sub logmeout
21     {
22     my $user = $ENV{'REMOTE_USER'};
23    
24     @@ -133,7 +134,7 @@
25     # subroutine to display navigation bar
26     #------------------------------------------------------------
27    
28     -sub showNavigation ($)
29     +sub showNavigation
30     {
31     my $q = shift;
32    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed