Issue ID 330:

o Change NBM configuration in order to avoid lose treatment action when occurred timeout
  o Add news redirect/repost functions

Reports of svn:1156

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1157 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-04-12 22:56:55 +00:00
parent bcc40eb10d
commit 53e48e7675
10 changed files with 218 additions and 36 deletions
+2 -1
View File
@@ -57,10 +57,11 @@ $template->assign_vars(
));
// refresh
if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) )
if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) and isset( $redirect_msg ) )
{
$template->assign_vars(
array(
'U_REDIRECT_MSG' => $redirect_msg,
'REFRESH_TIME' => $refresh,
'U_REFRESH' => $url_link
));