Author: mcantelon
Date: Thu Dec 29 17:00:21 2011
New Revision: 10483
Log:
Added ability to specify actor name.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Thu Dec 29 16:51:47 2011
(r10482)
+++ trunk/lib/task/csvImportTask.class.php Thu Dec 29 17:00:21 2011
(r10483)
@@ -425,10 +425,11 @@
}
}
- public function createActor()
+ public function createActor($name)
{
$actor = new QubitActor;
$actor->parentId = QubitActor::ROOT_ID;
+ $actor->authorizedFormOfName = $name;
$actor->save();
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.