2
0
forked from Wavyzz/dolibarr

Fix: Debuggage fonction categorie et recriture de certaines fonctions:

Code plus simple, avec moins de requete. Une dizaine de fonctions remplaces par une seule nomme get_full_arbo().
This commit is contained in:
Laurent Destailleur
2006-08-15 17:33:56 +00:00
parent 6e46ed4e31
commit b1a0de9797
11 changed files with 1003 additions and 902 deletions

View File

@@ -77,6 +77,7 @@ class DoliDb
1061 => 'DB_ERROR_KEY_NAME_ALREADY_EXISTS',
1062 => 'DB_ERROR_RECORD_ALREADY_EXISTS',
1064 => 'DB_ERROR_SYNTAX',
1068 => 'DB_ERROR_PRIMARY_KEY_ALREADY_EXISTS',
1075 => 'DB_ERROR_CANT_DROP_PRIMARY_KEY',
1091 => 'DB_ERROR_NOSUCHFIELD',
1100 => 'DB_ERROR_NOT_LOCKED',