Se cambia var_accepted_values a LongVarchar en VARIABLES

This commit is contained in:
Daniel Rojas
2014-07-25 16:26:39 -04:00
parent 07f6c824d5
commit e7e345e014
5 changed files with 6 additions and 9 deletions

View File

@@ -372,9 +372,6 @@ class Variable
throw new \Exception(\G::LoadTranslation("ID_INVALID_VALUE_ONLY_ACCEPTS_VALUES", array('$var_null','0, 1' )));
}
}
if (isset($aData["VAR_ACCEPTED_VALUES"])) {
Validator::isString($aData['VAR_ACCEPTED_VALUES'], '$var_accepted_values');
}
} catch (\Exception $e) {
throw $e;
}