X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fprofil%2Fupdate_poly.inc.php;h=1f36023d6246e039fe5d90e1d5ebbac651cf18ac;hb=cab0809050d58f8484608e91f7555ebd69dcb451;hp=5add42ee2b31985c855ab61b52fe936fbdfc2185;hpb=68a269916d88ab4f635de4c96367af1ad82ff135;p=platal.git diff --git a/include/profil/update_poly.inc.php b/include/profil/update_poly.inc.php index 5add42e..1f36023 100644 --- a/include/profil/update_poly.inc.php +++ b/include/profil/update_poly.inc.php @@ -21,6 +21,6 @@ $sql = "UPDATE auth_user_md5 set section= {?} WHERE user_id= {?}"; -XDB::execute($sql, $section, Session::getInt('uid', -1)); +XDB::execute($sql, $section, S::v('uid', -1)); ?>