02-27-2008, 09:10 PM
|
#30 (permalink)
|
|
The Contributor
Join Date: Feb 2008
Location: Croatia
Posts: 90
Thanks: 4
|
Ok. Last 5 lines..
Error handle in add function..
PHP Code:
case '1':
$engine->tmpl->catError = 'error';
$engine->tmpl->catErrorData = $fields;
$engine->tmpl->catInfo = $data;
break;
__________________
Back from sysadmins to the programmers.
|
|
|