1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Additional vetting on query

This commit is contained in:
e107steved
2008-06-05 19:57:52 +00:00
parent dfb1655504
commit ca224eebd6

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/user.php,v $
| $Revision: 1.6 $
| $Date: 2008-04-01 19:58:41 $
| $Revision: 1.7 $
| $Date: 2008-06-05 19:57:44 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -88,7 +88,7 @@ else
{
if ($qs[0] == "id")
{
$id = $qs[1];
$id = intval($qs[1]);
}
else
{