Author: david
Date: Fri Oct 29 13:21:22 2010
New Revision: 8668

Log:
Drop unused method.

Modified:
   trunk/lib/model/QubitOaiRepository.php

Modified: trunk/lib/model/QubitOaiRepository.php
==============================================================================
--- trunk/lib/model/QubitOaiRepository.php      Fri Oct 29 13:20:43 2010        
(r8667)
+++ trunk/lib/model/QubitOaiRepository.php      Fri Oct 29 13:21:22 2010        
(r8668)
@@ -28,17 +28,6 @@
 class QubitOaiRepository extends BaseOaiRepository
 {
   /**
-   * Get all OAI-PMH Repositories
-   * @return QubitQuery collection of OAI-PMH Repositories
-   */
-  public static function getRepositories()
-  {
-    $criteria = new Criteria;
-    $criteria->addAscendingOrderByColumn(QubitOaiRepository::NAME);
-    return self::get($criteria);
-  }
-
-  /**
    * Get repository by URI
    * @param string $url the url of the repository to find
    * @return QubitQuery collection of OAI-PMH Repositories

-- 
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.

Reply via email to