Browse Source

#90 Added a comment to differentiate changes made by the CSV import tool

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@811 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
06e032fdc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/csvimport.php

+ 1 - 0
pages/csvimport.php

@@ -323,6 +323,7 @@ try
 			{
 				$sUserString = UserRights::GetUser();
 			}
+			$sUserString .= ' (CSV)';
 			$oMyChange->Set("userinfo", $sUserString);
 			$iChangeId = $oMyChange->DBInsert();		
 		}