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)


git-svn-id: http://piwigo.org/svn/trunk@1678 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-12-21 23:49:12 +00:00
parent cab8f98c4a
commit b1a6316ca2
7 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ function set_make_full_url()
$page['save_root_path']['path'] = $page['root_path'];
}
$page['save_root_path']['count'] = 1;
$page['root_path'] = 'http://'.$_SERVER['HTTP_HOST'].cookie_path();
$page['root_path'] = get_host_url().cookie_path();
}
else
{