Code Duplication    Length = 4-5 lines in 2 locations

framework/Web/UI/WebControls/TDataGrid.php 2 locations

@@ 972-975 (lines=4) @@
969
				}
970
			}
971
		}
972
		if (!$dsIndex && $this->_emptyTemplate !== null) {
973
			$this->_useEmptyTemplate = true;
974
			$this->_emptyTemplate->instantiateIn($this);
975
		}
976
	}
977
978
	/**
@@ 1047-1051 (lines=5) @@
1044
			}
1045
		}
1046
		$this->setViewState('ItemCount', $index, 0);
1047
		if (!$dsIndex && $this->_emptyTemplate !== null) {
1048
			$this->_useEmptyTemplate = true;
1049
			$this->_emptyTemplate->instantiateIn($this);
1050
			$this->dataBindChildren();
1051
		}
1052
	}
1053
1054
	/**