Ignore:
Timestamp:
05/04/10 11:40:21 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Forçando que a URL esteja sempre na raiz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/index.php

    r2494 r2700  
    5252 
    5353        $url = $GLOBALS[ 'phpgw' ] -> link( '/' ); 
    54         if ( strpos( $url, '/' ) == strlen( $url ) - 1 ) 
     54        if ( strrpos( $url, '/' ) == strlen( $url ) - 1 ) 
    5555                $url = substr( $url, 0, -1 ); 
    5656 
Note: See TracChangeset for help on using the changeset viewer.