Update company.lib.php
This commit is contained in:
parent
0ccda57f15
commit
35fbcb2c84
@ -466,7 +466,7 @@ function getCountry($searchkey, $withcode='', $dbtouse=0, $outputlangs='', $entc
|
|||||||
* @param int $entconv 0=Return value without entities and not converted to output charset, 1=Ready for html output
|
* @param int $entconv 0=Return value without entities and not converted to output charset, 1=Ready for html output
|
||||||
* @return mixed String with state code or state name or Array('id','code','label')/Array('id','code','label','region_code','region')
|
* @return mixed String with state code or state name or Array('id','code','label')/Array('id','code','label','region_code','region')
|
||||||
*/
|
*/
|
||||||
function getState($id,$withcode='',$dbtouse=0,$withregion='',$outputlangs='',$entconv=1)
|
function getState($id,$withcode='',$dbtouse=0,$withregion=0,$outputlangs='',$entconv=1)
|
||||||
{
|
{
|
||||||
global $db,$langs;
|
global $db,$langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user