Browse Source

- Typo

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@395 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
24ae651ed3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/testlist.inc.php

+ 2 - 2
pages/testlist.inc.php

@@ -987,9 +987,9 @@ class TestBulkChangeOnFarm extends TestBizModel
 			// attributes
 			array('name' => '_name', 'height' => '_height', 'birth' => '_birth'),
 			// ext keys
-			array()
+			array(),
 			// reconciliation
-			array('name'),
+			array('name')
 		);
 
 		$oMyChange = MetaModel::NewObject("CMDBChange");