2010-02-17 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmysql/mysql.c
! Typo.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-17 01:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmysql/mysql.c
|
||||
! Typo.
|
||||
|
||||
2010-02-17 01:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/xpp/dllx.c
|
||||
* contrib/hbwin/hbdyn.c
|
||||
|
||||
@@ -544,7 +544,7 @@ HB_FUNC( MYSQL_INSERT_ID )
|
||||
MYSQL * mysql = hb_MYSQL_par( 1 );
|
||||
|
||||
if( mysql )
|
||||
hb_retnint( mysql_insert_id( mysql );
|
||||
hb_retnint( mysql_insert_id( mysql ) );
|
||||
else
|
||||
hb_errRT_BASE( EG_ARG, 2020, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user