koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha help.pl [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha help.pl [rel_2_2]
Date: Thu, 09 Feb 2006 13:58:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/09 13:58:20

Modified files:
        .              : help.pl 

Log message:
        missing comma

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/help.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text

Patches:
Index: koha/help.pl
diff -u koha/help.pl:1.1.2.4 koha/help.pl:1.1.2.5
--- koha/help.pl:1.1.2.4        Sun Feb  5 21:59:20 2006
+++ koha/help.pl        Thu Feb  9 13:58:19 2006
@@ -40,7 +40,7 @@
        $template->param(themelang => '/intranet-tmpl' . "/$theme/$lang",
                                                        interface => 
'/intranet-tmpl',
                                                        theme => $theme,
-                                                       lang => $lang
+                                                       lang => $lang,
                                                        intranetcolorstylesheet 
=> C4::Context->preference("intranetcolorstylesheet"),
                intranetstylesheet => 
C4::Context->preference("intranetstylesheet"),
                IntranetNav => C4::Context->preference("IntranetNav"),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]