[index] [prev] [next] [options] [help]
See the Contact page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] Bug in EP 3.2.0-rc2

From: Ian Stuart <Ian.Stuart AT ed.ac.uk>
Date: Mon, 15 Mar 2010 11:07:55 +0000


Threading:      • This Message
             [EP-tech] Re: Bug in EP 3.2.0-rc2 from tdb2 AT ecs.soton.ac.uk

In cgi/users/lookup/name there is an error in the main lookup SQL statement.

Line 30 currently reads:

my $sql = "SELECT COUNT($Q_table.$Q_eprintid) $Q_num_matches," .

it should read:

my $sql = "SELECT COUNT($Q_table.$Q_eprintid) AS $Q_num_matches," .

.... the word "AS" is missing.

thanks.

-- 

Ian Stuart.
Bibliographics and Multimedia Service Delivery team,
EDINA,
The University of Edinburgh.

http://edina.ac.uk/

This email was sent via the University of Edinburgh.
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/


[index] [prev] [next] [options] [help]