fix php parse error
This commit is contained in:
parent
97d22c4ebe
commit
b0da15c0c6
|
@ -113,7 +113,7 @@ switch($_POST['act']){
|
||||||
AND id <> '".mysqli_real_escape_string($lnMysql,$_POST['botId'])."'"
|
AND id <> '".mysqli_real_escape_string($lnMysql,$_POST['botId'])."'"
|
||||||
);
|
);
|
||||||
|
|
||||||
if($r=mysql_fetch_row($rs)){
|
if($r=mysqli_fetch_row($rs)){
|
||||||
$err.="Un bot du même nom existe déjà";
|
$err.="Un bot du même nom existe déjà";
|
||||||
}
|
}
|
||||||
//BotUrl
|
//BotUrl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user