Revision b65a230d
Von Sven Schöling vor fast 15 Jahren hinzugefügt
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
Tabs aus *.pl Dateien entfernt.