From 5c7d65500573ed52ea2fb1aff8a3218b524ea982 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 23 Mar 2006 01:49:04 +0000 Subject: URL rewrite: 3 options in the config file define behaviour (question mark removal, file name for picture and .php extension removal) fix: added unsigned for column in install sql - for the sake of uniformization change: add_url_param is now add_url_params and takes an array as parameter instead of a string git-svn-id: http://piwigo.org/svn/trunk@1094 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_default.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/category_default.inc.php') diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 47f8fcd27..7201c7bb8 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -85,7 +85,8 @@ foreach ($pictures as $row) array( 'image_id' => $row['id'], 'image_file' => $row['file'] - ) + ), + array('start') ); $template->assign_block_vars( -- cgit v1.2.3