diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-06-11 22:33:34 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-06-11 22:33:34 +0200 |
commit | 216271b2501cba5ac2724c56588fa62c725d1d69 (patch) | |
tree | 92ac053ba899c2195f411eff5bd8d01cb869c337 /pages/account/41.php | |
parent | 0913b852c9e7a335cc2700f6f7d573565218c9dc (diff) | |
parent | f0318d79dbc69e444fee4c085cdb3ee152318e1c (diff) | |
download | cacert-devel-216271b2501cba5ac2724c56588fa62c725d1d69.tar.gz cacert-devel-216271b2501cba5ac2724c56588fa62c725d1d69.tar.xz cacert-devel-216271b2501cba5ac2724c56588fa62c725d1d69.zip |
Merge branch 'bug-1162' into testserver-stable
Conflicts:
www/wot.php
Diffstat (limited to 'pages/account/41.php')
-rw-r--r-- | pages/account/41.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/41.php b/pages/account/41.php index d61d8db..f644025 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -57,7 +57,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); $res = mysql_query($query); while($row = mysql_fetch_assoc($res)) { - $lang = mysql_fetch_assoc(mysql_query("select * from `languages` where `locale`='".mysql_escape_string($row['lang'])."'")); + $lang = mysql_fetch_assoc(mysql_query("select * from `languages` where `locale`='".mysql_real_escape_string($row['lang'])."'")); ?> <tr> <td class="DataTD"><?=_("Additional Language")?>:</td> |