From: <jhe...@us...> - 2002-12-04 08:54:02
|
Update of /cvsroot/upcase-project/UpCase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv23059 Modified Files: uc_sql.php Log Message: added Insert_ID method Index: uc_sql.php =================================================================== RCS file: /cvsroot/upcase-project/UpCase/lib/uc_sql.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** uc_sql.php 5 Aug 2002 08:51:09 -0000 1.2 --- uc_sql.php 4 Dec 2002 08:53:59 -0000 1.3 *************** *** 34,38 **** --- 34,44 ---- return $this->db->ErrorMsg(); } + + function Insert_ID() + { + return $this->db->Insert_ID(); + } } + ?> |