forked from Wavyzz/dolibarr
code syntax core directory
This commit is contained in:
@@ -158,8 +158,7 @@ function dol_ch_controle_bvrb($bvrb)
|
||||
|
||||
// Make control
|
||||
$report = 0;
|
||||
while (dol_strlen($bv) > 1)
|
||||
{
|
||||
while (dol_strlen($bv) > 1) {
|
||||
$match = substr($bv, 0, 1);
|
||||
$report = $tableau[$report][$match];
|
||||
$bv = substr($bv, 1);
|
||||
|
||||
Reference in New Issue
Block a user