Author: jablko
Date: Thu Aug 27 13:11:40 2009
New Revision: 3093
Log:
Oops, roll back one change from commit 3091
Modified:
trunk/apps/qubit/modules/repository/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/repository/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/listSuccess.php Thu Aug
27 13:02:38 2009 (r3092)
+++ trunk/apps/qubit/modules/repository/templates/listSuccess.php Thu Aug
27 13:11:40 2009 (r3093)
@@ -64,7 +64,7 @@
<td>
<?php echo $repository->type ?>
</td>
- <td><?php echo $repository->country ?></td>
+ <td><?php echo $repository->getCountry() ?></td>
</tr>
<?php endforeach; ?>
</tbody>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---