Ignore:
Timestamp:
04/05/12 17:00:04 (12 years ago)
Author:
cristiano
Message:

Ticket #2598 - implementação base REST + oauth

Location:
sandbox/2.4-expresso-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4-expresso-api

    • Property svn:ignore
      •  

        old new  
        22header.inc.php 
        33._header.inc.php 
         4.htaccess.swp 
  • sandbox/2.4-expresso-api/prototype/services/OpenLDAP.php

    r5441 r5888  
    1919        if( isset($criteria["order"]) ) 
    2020            ldap_sort( $this->con, $sr, $criteria["order"] );  
    21          
     21                 
    2222        return  self::_formatEntries( ldap_get_entries( $this->con, $sr ) , $map); 
    2323    } 
Note: See TracChangeset for help on using the changeset viewer.