/[smeserver]/rpms/e-smith-manager/sme7/e-smith-manager-2.0.0-bug5022.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme7/e-smith-manager-2.0.0-bug5022.patch

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


Revision 1.1 - (show annotations) (download)
Sun Apr 26 08:16:30 2009 UTC (15 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: e-smith-manager-2_0_0-3_el4_sme, e-smith-manager-2_0_0-4_el4_sme, e-smith-manager-2_0_0-2_el4_sme, HEAD
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
- Fix misinterpretation of display string [SME: 5022]

1 --- e-smith-manager-2.0.0/root/etc/e-smith/web/common/cgi-bin/login.bug5022 2008-10-07 19:36:15.000000000 +0200
2 +++ e-smith-manager-2.0.0/root/etc/e-smith/web/common/cgi-bin/login 2009-03-02 19:08:48.000000000 +0100
3 @@ -148,7 +148,7 @@
4 # If no $back, just set the auth cookie and hope for the best
5 if (! $back) {
6 print $q->header( -cookie => $cookie );
7 - print $q->start_html, $q->p(Login successful), $q->end_html;
8 + print $q->start_html, $q->p("Login successful"), $q->end_html;
9 return 0;
10 }
11

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