Welcome Guest, Not a member yet? Register   Sign In
Validation callback not called...
#2

[eluser]kaos78414[/eluser]
Change this line:
Code:
$this->form_validation->set_rules('categoryParent', 'categoryParent', 'required|callback_notdefault')

to this

Code:
$this->form_validation->set_rules('categoryParent', 'categoryParent', 'required|callback__notdefault')


Messages In This Thread
Validation callback not called... - by El Forum - 11-26-2010, 03:10 PM
Validation callback not called... - by El Forum - 11-26-2010, 03:13 PM
Validation callback not called... - by El Forum - 11-27-2010, 01:21 AM
Validation callback not called... - by El Forum - 11-27-2010, 01:36 AM
Validation callback not called... - by El Forum - 11-27-2010, 02:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB