Changeset 1402


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

bug correction in get_root_url ('./../' was returning )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/functions_url.inc.php

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