Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
13c0de8f
Commit
13c0de8f
authored
Oct 31, 2006
by
Penny Leach
Browse files
changed the way the admin flags for activity types work
parent
7e0681e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
13c0de8f
...
...
@@ -60,6 +60,7 @@
<TABLE
NAME=
"activity_type"
>
<FIELDS>
<FIELD
NAME=
"name"
TYPE=
"char"
LENGTH=
"50"
NOTNULL=
"true"
/>
<FIELD
NAME=
"admin"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"0"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"name"
/>
...
...
@@ -652,10 +653,13 @@
<SENTENCES>
<SENTENCE
TEXT=
"(name) VALUES ('maharamessage')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('usermessage')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('adminmessage')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('feedback')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('watchlist')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('newview')"
/>
<SENTENCE
TEXT=
"(name) VALUES ('contactus')"
/>
<SENTENCE
TEXT=
"(name, admin) VALUES ('objectionable', 1)"
/>
<SENTENCE
TEXT=
"(name, admin) VALUES ('virusrepeat', 1)"
/>
<SENTENCE
TEXT=
"(name, admin) VALUES ('virusrelease', 1)"
/>
</SENTENCES>
</STATEMENT>
</STATEMENTS>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment