Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » Bug in Tutorial 5 _cm_validateInsert
Bug in Tutorial 5 _cm_validateInsert [message #563] Wed, 24 January 2007 07:52 Go to previous message
stephenboey is currently offline  stephenboey
Messages: 54
Registered: January 2007
Member
Found a minor bug in function _cm_validateInsert for x_person_addr.class.inc

User will not be able to add new address if no address exist.

Change
if ($address_no == 1) {

To
if ($fieldarray['address_no']== 1) {
 
Read Message
Read Message
Previous Topic: Custome validation error
Next Topic: Error in class generated
Goto Forum:
  


Current Time: Sat Jun 22 06:38:24 EDT 2024

Total time taken to generate the page: 0.00963 seconds