function nonzero in Dropdown Attributes 6
1 string reference to 'nonzero'
File
- ./
uc_dropdown_attributes.module, line 303 - Show/hide attributes based on the values of other attributes.
Code
function nonzero($var) {
return $var != 0;
}
function nonzero($var) {
return $var != 0;
}