mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
The execution of the query to insert distant picture had vanished !
git-svn-id: http://piwigo.org/svn/trunk@124 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -479,6 +479,7 @@ function insert_remote_image( $xml_dir, $category_id )
|
||||
$query.= ",'".$height."'";
|
||||
$query.= ')';
|
||||
$query.= ';';
|
||||
mysql_query( $query );
|
||||
// retrieving the id of newly inserted picture
|
||||
$query = 'SELECT id';
|
||||
$query.= ' FROM '.PREFIX_TABLE.'images';
|
||||
|
||||
Reference in New Issue
Block a user