mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 08:32:00 +01:00
import folder fix
This commit is contained in:
parent
5f88d794c7
commit
7dd81479a1
@ -162,7 +162,7 @@ unsigned long add_new_folder(struct session_data *sdata, struct __data *data, ch
|
|||||||
id = p_get_insert_id(data->stmt_insert_into_folder_table);
|
id = p_get_insert_id(data->stmt_insert_into_folder_table);
|
||||||
}
|
}
|
||||||
|
|
||||||
close_prepared_statement(data->stmt_get_folder_id);
|
close_prepared_statement(data->stmt_insert_into_folder_table);
|
||||||
|
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user