Explorar o código

#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 %!s(int64=14) %!d(string=hai) anos
pai
achega
06e032fdc0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();		
 		}