Fix: bug sur l'affichage de l'exemple

This commit is contained in:
Regis Houssin 2007-11-08 09:47:03 +00:00
parent a63898590f
commit 931de4aa01

View File

@ -248,6 +248,8 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode
}
else if (is_object($objsoc) && !$objsoc->prefix_comm && $maskElement[$i] == '{pre}')
{
$maskRebuild .= 'ABC';
$this->searchcode .= '([0-9A-Z]{1,})';
$error++;
$this->prefixIsRequired = 1;
}