From: <tr...@us...> - 2002-09-30 21:24:47
|
Update of /cvsroot/basedb/basedb/www In directory usw-pr-cvs1:/tmp/cvs-serv29279 Modified Files: Tag: stable_1_0_6 plate.inc.php Log Message: Fixed copy-and-paste error in function name Index: plate.inc.php =================================================================== RCS file: /cvsroot/basedb/basedb/www/plate.inc.php,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -d -r1.25 -r1.25.2.1 *** plate.inc.php 5 Aug 2002 11:19:01 -0000 1.25 --- plate.inc.php 30 Sep 2002 21:24:44 -0000 1.25.2.1 *************** *** 793,797 **** // Returns 0 if there's no such barcode ! function getIdFromName($barcode, $wells = 0) { $query = "SELECT id FROM Plate ". --- 793,797 ---- // Returns 0 if there's no such barcode ! function getIdFromBarcode($barcode, $wells = 0) { $query = "SELECT id FROM Plate ". |