CS
This commit is contained in:
parent
fff13f6d0a
commit
063fce47d5
@ -70,9 +70,9 @@ $catalogs = array(
|
||||
'method' => array('name'=>'getCatalogCity', 'params'=> array( null , array('codePostal', 'LIBGEO') ))
|
||||
),
|
||||
'dep' => array(
|
||||
'sql' => 'tabDepartements.sql',
|
||||
'table' => 'tabDepartements',
|
||||
'method' => array('name'=>'getCatalogDepartements', 'params'=> array( null , array('numdep', 'libdep') ))
|
||||
'sql' => 'tabDepartements.sql',
|
||||
'table' => 'tabDepartements',
|
||||
'method' => array('name'=>'getCatalogDepartements', 'params'=> array( null , array('numdep', 'libdep') ))
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user