mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixed a couple more lingering JSON bugs
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
9a4ca4e62c
commit
541ea8aacc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class AurJSON {
|
|||
}
|
||||
else {
|
||||
if(get_magic_quotes_gpc()) {
|
||||
$pqd = stripslashes($pqdata);
|
||||
$pqdata = stripslashes($pqdata);
|
||||
}
|
||||
$query_stub = sprintf("Name=\"%s\"",mysql_real_escape_string($pqdata));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue