[mimp] Preferences problem and "Bad content encountered"

Tuukka Karvonen tuukka.karvonen at hut.fi
Wed Jan 7 13:57:42 PST 2004


> if (!empty($submit->get('name')))

To correct myself, it should be:
if ($submit->get('name'))

because empty works only for variables.

Tuukka


More information about the mimp mailing list