瀏覽代碼

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 14 年之前
父節點
當前提交
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++)
 		for($i = 0 ; $i < $this->m_aPlanned['Documents'] ; $i++)
 		{
 		{
 			$aData = array(
 			$aData = array(
-				//'org_id' => $iOrg,
+				'org_id' => $iOrg,
 				'name' => "document$i",
 				'name' => "document$i",
 				'contents' => $oRefDoc,
 				'contents' => $oRefDoc,
 			);
 			);