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
53826938
Commit
53826938
authored
Dec 20, 2006
by
Nigel McNie
Committed by
Nigel McNie
Dec 20, 2006
Browse files
Added some todos
parent
c9917259
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/editaccess.php
View file @
53826938
...
...
@@ -24,6 +24,11 @@
*
*/
// @todo Maybe later have a cron job to clean up access to views when the access expires
// @todo Currently you can add access with start date after end date, this should be restricted
// @todo Currently you can add multplie access that is exactly the same (e.g. 3x public with no dates)
// This might need to be checked for. As it stands that just results in three rows in the database,
// which are collapsed when access to the view is edited
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'view'
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
...
...
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