Small typo in ProjectTracker20cs

Small typo in ProjectTracker20cs

Old forum URL: forums.lhotka.net/forums/t/319.aspx


Michael Hildner posted on Thursday, June 08, 2006

In ResourceAssignment.cs, line 177

// if we're new then don't update the database

if (!this.IsNew) return;

 

Looks like the negation operator should be removed.

Mike

RockfordLhotka replied on Thursday, June 08, 2006

Thanks, I've fixed this in cvs now.

Copyright (c) Marimer LLC