Open GoogleCodeExporter opened 8 years ago
Gerald Teano, Webmaster from the Laramie County Library System fixed this issue
with
this code:
Go to the finders folder and open LibraryFinder.php.
Go to line 54. Edit from....
function addLibrary($option_pk, $short_name, $full_name) {
// Just add it... it should be easy ;-)
$table = 'libraries';
$field_values = array(
'library_id' => '',
'full_name' => $full_name,
'short_name' => $short_name
);
to
function addLibrary($option_pk, $short_name, $full_name) {
// Just add it... it should be easy ;-)
$table = 'libraries';
$field_values = array(
'full_name' => $full_name,
'short_name' => $short_name
);
gteano@gmail.com
Original comment by cauley.s...@gmail.com
on 7 May 2009 at 8:34
We were running php5/phpdb/ mysql/apache on Windows server 2003. This may not
happen on linux/unix based machines.
Shane Cauley
network lead technician
Laramie County Library System
Original comment by cauley.s...@gmail.com
on 7 May 2009 at 8:36
Original issue reported on code.google.com by
cauley.s...@gmail.com
on 27 Aug 2008 at 1:40