Finalized the demo of impact computation (removed an ugly test message) and added few comments

SVN:trunk[315]
This commit is contained in:
Romain Quetiez
2010-03-11 08:15:19 +00:00
parent e2524d28d7
commit 5b4057aebb
3 changed files with 2 additions and 2 deletions

View File

@@ -214,6 +214,7 @@ class DBObjectSet
public function AddObjectArray($aObjects)
{
// #@# todo - add a check on the object class ?
foreach ($aObjects as $oObj)
{
$this->AddObject($oObj);