/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-nav_utf8.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-nav_utf8.patch

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


Revision 1.1 - (hide annotations) (download)
Sat Oct 4 22:54:16 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-20_el5_sme
Updates

1 slords 1.1 --- e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation.nav_utf8 2008-10-04 16:50:11.000000000 -0600
2     +++ e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation 2008-10-04 16:51:00.000000000 -0600
3     @@ -30,7 +30,7 @@
4    
5     use esmith::cgi;
6     use esmith::config;
7     -use esmith::ConfigDB;
8     +use esmith::NavigationDB;
9     use esmith::util;
10     use esmith::I18N;
11    
12     @@ -185,7 +185,7 @@
13    
14     my $navinfo = NAVIGATIONDIR . "/navigation.$language";
15    
16     - my $navdb = esmith::ConfigDB->open_ro( $navinfo ) or
17     + my $navdb = esmith::NavigationDB->open_ro( $navinfo ) or
18     die "Couldn't open $navinfo\n";
19    
20     # Check the navdb for anything with a UrlPath, which means that it doesn't

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