Correction regression.

This commit is contained in:
Laurent Destailleur 2004-10-23 21:52:50 +00:00
parent b7b4c9d751
commit 8913e9af38

View File

@ -863,7 +863,7 @@ class Form
*/
function selectyesnonum($name,$value='')
{
selectyesno($name,$value,1);
$this->selectyesno($name,$value,1);
}
/*