Ignore:
Timestamp:
Dec 22, 2006, 12:49:12 AM (17 years ago)
Author:
rvelices
Message:

Very small corrections:

  • syntax error (action.php)
  • language (call to l10n_dec and English language)
  • replace some fetch_array with fetch_assoc (less memory used)
  • removed one unnecessary assign_block_vars
  • removed meta name="robots" (conflict with notification.php)
File:
1 edited

Legend:

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

    r1677 r1678  
    420420    }
    421421    $page['save_root_path']['count'] = 1;
    422     $page['root_path'] = 'http://'.$_SERVER['HTTP_HOST'].cookie_path();
     422    $page['root_path'] = get_host_url().cookie_path();
    423423  }
    424424  else
Note: See TracChangeset for help on using the changeset viewer.