GITLAB
LeClubInfo
/
10p5-server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
403eda2b0155b6fbb52401737c65c145bec47888
Authored by
Geoffrey PREUD'HOMME
2016-05-01 12:46:49 +0200
1 parent
6225059a
Améliorations diverses
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
api/annuler.php
api/refaire.php
Inline
Side-by-side
api/annuler.php
Wrap text
Show/Hide comments
View file @
403eda2
...
...
@@ -58,7 +58,7 @@ case TRANSACTION_VIDANGE:
58
58
break;
59
59
60
60
default:
61
- retour("erreur_
interne
");
61
+ retour("erreur_
script
");
62
62
break;
63
63
}
64
64
...
...
api/refaire.php
Wrap text
Show/Hide comments
View file @
403eda2
...
...
@@ -58,7 +58,7 @@ case TRANSACTION_VIDANGE:
58
58
break;
59
59
60
60
default:
61
- retour("erreur_
interne
");
61
+ retour("erreur_
script
");
62
62
break;
63
63
}
64
64
...
...