Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b65a230d

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID b65a230d60e86d2c18a3ab7222379905aea5ecd7
  • Vorgänger 3cbc223a
  • Nachfolger 7e9a98a0

Tabs aus *.pl Dateien entfernt.

Unterschiede anzeigen:

bin/mozilla/projects.pl
234 234
  if(!exists $form->{addition} && $project->{id} ne "") {
235 235
    $form->{id}       = $project->{id};
236 236
    $form->{snumbers} = qq|projectnumber_| . $project->{projectnumber};
237
  	$form->{addition} = "SAVED";
238
  	$form->save_history($form->dbconnect(\%myconfig));
237
    $form->{addition} = "SAVED";
238
    $form->save_history($form->dbconnect(\%myconfig));
239 239
  }
240 240
  # /saving the history
241 241

  
......
277 277
  # saving the history
278 278
  if(!exists $form->{addition}) {
279 279
    $form->{snumbers} = qq|projectnumber_| . $project->{projectnumber};
280
  	$form->{addition} = "DELETED";
281
  	$form->save_history($form->dbconnect(\%myconfig));
280
    $form->{addition} = "DELETED";
281
    $form->save_history($form->dbconnect(\%myconfig));
282 282
  }
283 283
  # /saving the history
284 284

  

Auch abrufbar als: Unified diff