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 --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 6f9ae5af3..4a009ae23 100644 --- a/search.php +++ b/search.php @@ -148,7 +148,7 @@ INSERT INTO '.SEARCH_TABLE.' ;'; pwg_query($query); - $search_id = pwg_db_insert_id(); + $search_id = pwg_db_insert_id(SEARCH_TABLE); } else { -- cgit v1.2.3