diff options
Diffstat (limited to 'Database/dbmain.php')
| -rw-r--r-- | Database/dbmain.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Database/dbmain.php b/Database/dbmain.php index aeecde2..3aca972 100644 --- a/Database/dbmain.php +++ b/Database/dbmain.php @@ -135,10 +135,10 @@ class DbMain { // Noms des tables protected $tableUserAccount = "userAccount"; - protected $tableUserInfo = "userInfo"; + protected $tableUserInfo = "userInfo"; protected $tableJobCategory = "jobCategory"; - protected $tableUserJob = "userJob"; - protected $tableMission = "mission"; + protected $tableUserJob = "userJob"; + protected $tableMission = "mission"; // **************************************************************************** // FONCTIONS PRINCIPALES |
