Fix: Gestion erreur mysql

This commit is contained in:
Laurent Destailleur
2007-04-19 13:57:21 +00:00
parent e7c04eee42
commit d74114e866
2 changed files with 4 additions and 2 deletions

View File

@@ -96,7 +96,8 @@ class DoliDb
1136 => 'DB_ERROR_VALUE_COUNT_ON_ROW',
1146 => 'DB_ERROR_NOSUCHTABLE',
1216 => 'DB_ERROR_NO_PARENT',
1217 => 'DB_ERROR_CHILD_EXISTS'
1217 => 'DB_ERROR_CHILD_EXISTS',
1451 => 'DB_ERROR_CHILD_EXISTS'
);