Main Koha release repository https://koha-community.org
Find a file
Mark Tompsett b570a76064 Bug 8849 - Error log generated when not a demo system
Changed two lines similar to:
   unless (C4::Context->config('demo') == 1) {
into lines similar to:
   unless (C4::Context->config('demo')) {
By removing the == 1, undefined = false without an error. The
value of demo is supposedly set by a koha-conf.xml variable,
but there is very little documentation on this "demo mode"
beyond the set it to 1 in koha conf for demo mode.  Also, demo
doesn't exist in the default koha-conf.xml file generated.
So anyone who knows to create it, will likely create it the
proper way and with the proper value.

Signed-off-by: wajasu <matted-34813@mypacks.net>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-24 18:07:59 +02:00
acqui Bug 8903: Pass invoiceid to ModReceiveOrder 2012-10-24 15:17:30 +02:00
admin Bug 8849 - Error log generated when not a demo system 2012-10-24 18:07:59 +02:00
authorities
basket
C4 Bug 8890: C4/HoldsQueue requires DB 2012-10-24 17:52:36 +02:00
catalogue Bug 8175 - check logs error or displays incorrectly in details.pl 2012-10-12 21:25:45 +02:00
cataloguing Bug 8862 follow-up s/\t/4spaces/g 2012-10-12 22:19:25 +02:00
circ circ/circulation.pl: force issuedate to a string to fix bug 8738 2012-10-05 17:37:48 +02:00
debian Merge remote-tracking branch 'origin/new/bug_8233' 2012-10-05 12:00:06 +02:00
docs Bug 8916 follow-up adding Mathieu Saby to contributors list 2012-10-22 17:30:41 +02:00
errors
etc Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
install_misc
installer Bug 8724 follow-up DBRev number 2012-10-22 15:00:25 +02:00
Koha Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN 2012-10-24 17:52:40 +02:00
koha-tmpl Merge remote-tracking branch 'origin/new/bug_3652' 2012-10-24 15:44:33 +02:00
labels
members Bug 8812 - Staff Client: Patron search should display branch name instead of branch code in results table 2012-10-11 11:17:06 +02:00
misc Bug 8633 Manage OPAC alternate templates 2012-10-11 11:15:07 +02:00
offline_circ
opac Bug 8953 - opac-userupdate encoding issues 2012-10-24 17:55:12 +02:00
patroncards
reports Bug 8811 - can't run report after saving 2012-10-05 17:25:18 +02:00
reserve
reviews
rotating_collections
selenium
serials
services
skel
sms
suggestion
svc
t Bug 8890 - move two more db dependent tests 2012-10-24 17:52:42 +02:00
tags
test
tmp/modified_authorities
tools Bug 8861 - Undefined variables in batchMod.pl trigger error logs 2012-10-19 17:48:32 +02:00
virtualshelves
xt
.htaccess
.mailmap
about.pl
changelanguage.pl
edithelp.pl
fix-perl-path.PL
help.pl
INSTALL
install-CPAN.pl
INSTALL.debian
INSTALL.fedora7
INSTALL.opensuse
INSTALL.ubuntu
INSTALL.ubuntu.12.04
INSTALL.ubuntu.lucid
koha_perl_deps.pl
kohaversion.pl Bug 8724 follow-up DBRev number 2012-10-22 15:00:25 +02:00
LICENSE
mainpage.pl
Makefile.PL Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
MANIFEST.SKIP
README
README.robots
rewrite-config.PL

Koha is a free software integrated library system.

Koha is distributed under the GNU GPL version 2 or later.
Please read the file LICENSE for more details.

To install or upgrade Koha, please see the INSTALL file appropriate
to your platform.

Report bugs at http://bugs.koha-community.org/

Visit the Koha Project website at http://www.koha-community.org/