Project

General

Profile

Bug #22460 » 14116.diff

Administrator Admin, 2010-04-19 15:31

View differences:

t3lib/class.t3lib_recordlist.php (working copy)
// setcbValue()
function setcbValue(CBname,flag) { //
CBfullName = "CBC["+CBname+"]";
document.dblistForm[CBfullName].checked = flag ? "on" : 0;
if(document.dblistForm[CBfullName] && document.dblistForm[CBfullName] != "undefined") {
document.dblistForm[CBfullName].checked = flag ? "on" : 0;
}
}
';
(3-3/4)