Author: david
Date: Tue Jul 5 15:56:23 2011
New Revision: 9247
Log:
Fix error - ignoring ioOffset option :(
Modified:
trunk/lib/search/QubitSearch.class.php
Modified: trunk/lib/search/QubitSearch.class.php
==============================================================================
--- trunk/lib/search/QubitSearch.class.php Tue Jul 5 14:00:16 2011
(r9246)
+++ trunk/lib/search/QubitSearch.class.php Tue Jul 5 15:56:23 2011
(r9247)
@@ -123,11 +123,11 @@
$counter = count($informationObjects);
foreach ($informationObjects as $key => $informationObject)
{
- if (isset($actorOffset) && $key < $actorOffset)
+ if (isset($ioOffset) && $key < $ioOffset)
{
if ($key == 0)
{
- $this->getLogger()->log('Ignoring first '.$actorOffset.' actors.');
+ $this->getLogger()->log('Ignoring first '.$ioOffset.' information
objects.');
}
continue;
--
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.