Author: david
Date: Wed Oct 26 11:39:40 2011
New Revision: 10191
Log:
Revert accidental commit in r10190
Modified:
trunk/apps/qubit/modules/search/templates/_searchResults.php
Modified: trunk/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_searchResults.php Wed Oct
26 11:37:44 2011 (r10190)
+++ trunk/apps/qubit/modules/search/templates/_searchResults.php Wed Oct
26 11:39:40 2011 (r10191)
@@ -17,7 +17,7 @@
<div class="section">
<?php foreach ($pager->getResults() as $hit): ?>
- <?php $doc =& $hit->getDocument(); ?>
+ <?php $doc = $hit->getDocument(); ?>
<div class="clearfix search-results <?php echo 0 == @++$row % 2 ? 'even' :
'odd' ?>">
<?php if ('true' == $doc->hasDigitalObject): ?>
--
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.