Changeset 1095


Ignore:
Timestamp:
Mar 23, 2006, 3:00:29 AM (18 years ago)
Author:
rvelices
Message:

small correction from previous commit

File:
1 edited

Legend:

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

    r1094 r1095  
    10691069  global $conf;
    10701070  $url = get_root_url().'category';
     1071  if ($conf['php_extension_in_urls'])
     1072  {
     1073    $url .= '.php';
     1074  }
    10711075  if ($conf['question_mark_in_urls'])
    10721076  {
    1073   }
    1074   if ($conf['php_extension_in_urls'])
    1075   {
    1076     $url .= '.php';
     1077    $url .= '?';
    10771078  }
    10781079  $url.= make_section_in_URL($params);
Note: See TracChangeset for help on using the changeset viewer.