Author: david
Date: Fri Feb 24 20:12:51 2012
New Revision: 10977
Log:
Fix typos
Modified:
trunk/lib/QubitSearchInformationObject.class.php
Modified: trunk/lib/QubitSearchInformationObject.class.php
==============================================================================
--- trunk/lib/QubitSearchInformationObject.class.php Fri Feb 24 19:39:24
2012 (r10976)
+++ trunk/lib/QubitSearchInformationObject.class.php Fri Feb 24 20:12:51
2012 (r10977)
@@ -133,9 +133,9 @@
// Loop through results, and add to search index
foreach ($statement->fetchAll(PDO::FETCH_OBJ) as $i => $item)
{
- self::addToIndex($item, $item->culture, $options);
+ self::addToIndex($item->id, $item->culture, $options);
- $logger->log('"'.$item->title.'" inserted ('.round(microtime(true) -
$start, 2).'s) ('.($i + $offset + 1).'/'.$rowcount.')', $this->getName());
+ $logger->log('"'.$item->title.'" inserted ('.round(microtime(true) -
$start, 2).'s) ('.($i + $offset + 1).'/'.$rowcount.')');
}
}
--
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.