Show insert_id after INSERT (RFE #737660).

This commit is contained in:
Michal Čihař
2003-05-14 16:57:29 +00:00
parent f736050896
commit 56f2f747ab
95 changed files with 103 additions and 0 deletions

View File

@@ -644,4 +644,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
?>