FIX : #15373 Reset invalid email script
This commit is contained in:
parent
a1f26f2b55
commit
304e4ac8e6
@ -807,7 +807,7 @@ if ($mode == 'standard')
|
|||||||
|
|
||||||
// For year
|
// For year
|
||||||
$prevyear = $year - 1; $nextyear = $year + 1;
|
$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>';
|
print '<div class="right clearboth margintoponly">'.$link.'</div>';
|
||||||
|
|
||||||
|
|||||||
@ -88,7 +88,7 @@ if (!$myfile)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tmp = 1;
|
$tmp = 1;
|
||||||
while($tmp!=null)
|
while ($tmp!=null)
|
||||||
{
|
{
|
||||||
$groupofemails=array();
|
$groupofemails=array();
|
||||||
for ($i=0; $i < MAXEMAILS; $i++)
|
for ($i=0; $i < MAXEMAILS; $i++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user