From c1d6177df9ebb853217958d91aba26f35f66a497 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 15 Feb 2010 19:49:04 +0000 Subject: Feature 1255 : update pwg_db_insert_id() function. PosgreSQL needs table name to retrieve last insert auto increment id. git-svn-id: http://piwigo.org/svn/trunk@4892 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/dblayer/functions_sqlite.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dblayer/functions_sqlite.inc.php') diff --git a/include/dblayer/functions_sqlite.inc.php b/include/dblayer/functions_sqlite.inc.php index 1e25305e9..44b33685c 100644 --- a/include/dblayer/functions_sqlite.inc.php +++ b/include/dblayer/functions_sqlite.inc.php @@ -214,7 +214,7 @@ function pwg_db_real_escape_string($s) return $pwg_db_link->escapeString($s); } -function pwg_db_insert_id() +function pwg_db_insert_id($table=null, $column='id') { global $pwg_db_link; -- cgit v1.2.3