[Koha-bugs] [Bug 9570] view plain not working in ccsr

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 14 15:42:25 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9570

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA comment:

    $xslfilename = "$htdocs/$theme/$lang/xslt/$xslfile";
    $xslfilename = "$htdocs/$theme/en/xslt/$xslfile" unless ( $lang ne 'en' &&
-f $xslfilename );
    $xslfilename = "$htdocs/prog/$lang/xslt/$xslfile" unless ( -f $xslfile );
    $xslfilename = "$htdocs/prog/en/xslt/$xslfile" unless ( $lang ne 'en' && -f
$xslfilename );

Should the 3rd line be
        $xslfilename = "$htdocs/prog/$lang/xslt/$xslfile" unless ( -f
$xslfilename );
?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list