소스 검색

FIX : #15373 Reset invalid email script

lmarcouiller 4 년 전
부모
커밋
304e4ac8e6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      htdocs/compta/bank/graph.php
  2. 1 1
      scripts/emailings/reset-invalid-emails.php

+ 1 - 1
htdocs/compta/bank/graph.php

@@ -807,7 +807,7 @@ if ($mode == 'standard')
 
 	// For year
 	$prevyear = $year - 1; $nextyear = $year + 1;
-	$link = "<a href='".$_SERVER["PHP_SELF"]."?account="."&year=".($prevyear)."'>".img_previous('', 'class="valignbottom"')."</a> ".$langs->trans("Year")." <a href='".$_SERVER["PHP_SELF"]."?account=".$account."&year=".($nextyear)."'>".img_next('', 'class="valignbottom"')."</a>";
+	$link = "<a href='".$_SERVER["PHP_SELF"]."?account=".$account."&year=".($prevyear)."'>".img_previous('', 'class="valignbottom"')."</a> ".$langs->trans("Year")." <a href='".$_SERVER["PHP_SELF"]."?account=".$account."&year=".($nextyear)."'>".img_next('', 'class="valignbottom"')."</a>";
 
 	print '<div class="right clearboth margintoponly">'.$link.'</div>';
 

+ 1 - 1
scripts/emailings/reset-invalid-emails.php

@@ -88,7 +88,7 @@ if (!$myfile)
 }
 
 $tmp = 1;
-while($tmp!=null)
+while ($tmp!=null)
 {
 	$groupofemails=array();
 	for ($i=0; $i < MAXEMAILS; $i++)