}
YAHOO.extend(block_class, YAHOO.util.DDProxy);
-block_class.prototype.debug = true;
+block_class.prototype.debug = false;
block_class.prototype.init_block = function(id, sGroup, config){
if (!id) { return; }
}
YAHOO.extend(column_class, YAHOO.util.DDTarget);
-column_class.prototype.debug = true;
+column_class.prototype.debug = false;
column_class.prototype.init_column = function(id, group,config,ident){
if (!id) { return; }