Example #1
0
 function hasMissingFields(&$BTaddress)
 {
     require_once JPATH_ROOT . DS . 'components' . DS . 'com_onepage' . DS . 'helpers' . DS . 'userfields.php';
     return OPCUserFields::hasMissingFields($BTaddress);
 }