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

Diff 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 | View Patch Patch

Revision 1.1 by stephdl, Tue Aug 19 19:58:25 2014 UTC Revision 1.2 by stephdl, Fri Aug 22 14:58:10 2014 UTC
# Line 1  Line 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  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  --- smeserver-userpanel-0.9_old/root/etc/e-smith/web/functions/userpanel-navigation     2014-08-19 21:20:55.641138365 +0200
3  +++ smeserver-userpanel-0.9/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-19 21:25:01.453379591 +0200  +++ smeserver-userpanel-0.9/root/etc/e-smith/web/functions/userpanel-navigation 2014-08-22 16:44:44.397108836 +0200
4  @@ -38,6 +38,7 @@  @@ -36,8 +36,9 @@
5     use esmith::db;
6    
7   sub determineGroup;   sub determineGroup;
8   sub showNavigation ($);  -sub showNavigation ($);
9    +sub showNavigation;
10   sub byweight;   sub byweight;
11  +sub logmeout ($);  +sub logmeout;
12    
13   BEGIN   BEGIN
14   {   {
15    @@ -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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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