Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framadate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
framadate
Commits
e7da951c
Commit
e7da951c
authored
9 years ago
by
Olivier PEREZ
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused error codes
parent
201d5168
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/inc/constants.php
+0
-12
0 additions, 12 deletions
app/inc/constants.php
with
0 additions
and
12 deletions
app/inc/constants.php
+
0
−
12
View file @
e7da951c
...
...
@@ -33,15 +33,3 @@ const EDITABLE_CHOICE_REGEX = '/^[0-2]$/';
// CSRF (300s = 5min)
const
TOKEN_TIME
=
300
;
// Errors
const
COMMENT_EMPTY
=
0x0000000001
;
const
COMMENT_USER_EMPTY
=
0x0000000010
;
const
COMMENT_INSERT_FAILED
=
0x0000000100
;
const
NAME_EMPTY
=
0x0000001000
;
const
NAME_TAKEN
=
0x0000010000
;
const
NO_POLL
=
0x0000100000
;
const
NO_POLL_ID
=
0x0001000000
;
const
INVALID_EMAIL
=
0x0010000000
;
const
TITLE_EMPTY
=
0x0100000000
;
const
INVALID_DATE
=
0x1000000000
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment