Update libraries

This commit is contained in:
Michael RICOIS 2015-06-30 09:39:47 +00:00
parent 99adc83c4c
commit f447dcaadc
3 changed files with 803 additions and 843 deletions

File diff suppressed because it is too large Load Diff

View File

@ -303,6 +303,8 @@ class MLiens2
if (null !== $row) {
return $row->current();
}
return null;
}
/**

View File

@ -410,6 +410,7 @@ class Scores_Ws_Server
$test=0;
}
$siren = 0;
if ( strlen($siret) == 14 ) {
$siren = substr($siret,0,9);
$nic = substr($siret,9,5);