| @@ -58,7 +58,8 @@ class limites { | |||||
| $app->error('Reventa: '.$app->tform->wordbook["limit_database_txt"]); | $app->error('Reventa: '.$app->tform->wordbook["limit_database_txt"]); | ||||
| } | } | ||||
| $app->tform->formDef['db_table_idx'] = 'domain_id'; | |||||
| $this->limClienteWebDominio(); | |||||
| /*$app->tform->formDef['db_table_idx'] = 'domain_id'; | |||||
| $app->tform->formDef['db_table'] = 'web_domain'; | $app->tform->formDef['db_table'] = 'web_domain'; | ||||
| //Límites Sitios Web | //Límites Sitios Web | ||||
| if(!$app->tform->checkClientLimit('limit_web_domain')) { | if(!$app->tform->checkClientLimit('limit_web_domain')) { | ||||
| @@ -66,7 +67,7 @@ class limites { | |||||
| } | } | ||||
| if(!$app->tform->checkResellerLimit('limit_web_domain')) { | if(!$app->tform->checkResellerLimit('limit_web_domain')) { | ||||
| $app->error('Reventa: '.$app->tform->wordbook["limit_web_domain_txt"]); | $app->error('Reventa: '.$app->tform->wordbook["limit_web_domain_txt"]); | ||||
| } | |||||
| }*/ | |||||
| } | } | ||||
| public $revendedor; | public $revendedor; | ||||