pending commit, finished during MQ/S download ...
[platal.git] / include / profil / update_mentor.inc.php
index 4abf46f..75dc036 100644 (file)
@@ -22,7 +22,7 @@
 //mise a jour d'expertise si nĂ©cessaire
 
 if($mentor_expertise != $mentor_expertise_bd) {
-    XDB::execute("REPLACE INTO mentor(uid, expertise) VALUES({?}, {?})", Session::getInt('uid', -1), $mentor_expertise);
+    XDB::execute("REPLACE INTO mentor(uid, expertise) VALUES({?}, {?})", S::v('uid', -1), $mentor_expertise);
 }