Changeset 1403


Ignore:
Timestamp:
Jun 24, 2006, 11:23:10 PM (18 years ago)
Author:
rvelices
Message:

merge -r1402 from branch-1_6 into trunk
bug correction in get_root_url ('./../' was returning )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r1374 r1403  
    3838    $root_url = $page['root_path'];
    3939  }
    40   else 
     40  else
    4141  {
    4242    $root_url = PHPWG_ROOT_PATH;
     
    4545  {
    4646    return $root_url;
    47   } 
    48   else 
    49   {
    50     return '';
     47  }
     48  else
     49  {
     50    return substr($root_url, 2);
    5151  }
    5252}
Note: See TracChangeset for help on using the changeset viewer.