Implement legacy options for link-entry - lets infolog parent work

This commit is contained in:
Nathan Gray
2012-04-04 20:17:38 +00:00
parent ab50dd80c8
commit e88585c8e0
3 changed files with 1 additions and 2 deletions

View File

@ -231,7 +231,6 @@ function et2_validateAttrib(_id, _attrib)
_attrib["name"] = _id;
egw.debug("log", "Human name ('name'-Field) for attribute '" +
_id + "' has not been supplied, set to '" + _id + "'");
console.debug(_attrib);
}
if (typeof _attrib["description"] == "undefined")