Merge 2ce42038de into 2ae67af572
This commit is contained in:
commit
60d24914c8
14 changed files with 96 additions and 77 deletions
|
|
@ -179,7 +179,8 @@ global $l, $plugins;
|
|||
'".$form_input['allowpingback']."' );";
|
||||
|
||||
$writeblog = new Query($sql);
|
||||
$id = mysql_insert_id();
|
||||
global $mysql;
|
||||
$id = mysqli_insert_id($mysql);
|
||||
if($writeblog->error()) {
|
||||
echo "<pre>\n";
|
||||
echo $writeblog->getError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue