Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 755dcace

Von Philip Reetz vor mehr als 17 Jahren hinzugefügt

  • ID 755dcacefa2cf4e73b50402b20a9a2e1febed97d
  • Vorgänger 102600f0
  • Nachfolger 6eea36b2

Syntaxfehler bei if-Abfrage

Unterschiede anzeigen:

bin/mozilla/ar.pl
870 870
  $closedto  = $form->datetonum($form->{closedto},  \%myconfig);
871 871

  
872 872
  # ToDO: insert a global check for stornos, so that a storno is only possible a limited time after saving it
873
  print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">|;
874
    if $form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar');
873
  print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">|
874
    if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar'));
875 875

  
876 876
  print qq|<input class="submit" type="submit" name="action" id="update_button" value="| . $locale->text('Update') . qq|">\n|;
877 877
  if ($form->{id}) {

Auch abrufbar als: Unified diff