mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix typo in a comment
This commit is contained in:
@@ -127,7 +127,7 @@ $aOperations = array(
|
||||
// Rewrite the full CaseLog on an existing UserRequest with id=1, setting date and user (optional)
|
||||
array(
|
||||
'operation' => 'core/update',
|
||||
'comment' => 'Synchronization from ServiceFirst', // comment recorded in the change tracking log
|
||||
'comment' => 'Synchronization from Client A', // comment recorded in the change tracking log
|
||||
'class' => 'UserRequest',
|
||||
'key' => 'SELECT UserRequest WHERE id=1',
|
||||
'output_fields' => 'id, friendlyname, title',
|
||||
@@ -317,4 +317,4 @@ foreach ($aOperations as $iOp => $aOperation)
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user