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

SVN:trunk[811]
This commit is contained in:
Romain Quetiez
2010-09-10 13:02:43 +00:00
parent f4283f8ebb
commit 2a4e649fd8

View File

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