소스 검색

Updated the benchmark page to the last change in data model

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@757 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 년 전
부모
커밋
5f7f941506
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/benchmark.php

+ 1 - 1
setup/benchmark.php

@@ -458,7 +458,7 @@ class BenchmarkDataCreation
 		for($i = 0 ; $i < $this->m_aPlanned['Documents'] ; $i++)
 		{
 			$aData = array(
-				//'org_id' => $iOrg,
+				'org_id' => $iOrg,
 				'name' => "document$i",
 				'contents' => $oRefDoc,
 			);