Skip to content
Extraits de code Groupes Projets
Valider fbb475bd rédigé par begue2018's avatar begue2018
Parcourir les fichiers

Correction utilisateur.php

parent 7010d328
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}
\ No newline at end of file
......@@ -51,7 +51,7 @@ class Utilisateur
*/
public function Utilisateur()
{
Utilisateur("","","","",FALSE,array());
Utilisateur("","","","",FALSE);
}
/**
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter