Procedural File: objs2groups.php
Source Location: Program_Root/pages/user/objs2groups.php
Classes:
Page Details:
Tags:
Includes:
require_once("common/classes/obliquid/user.php") [line 27]
ops2obj [line 128]
This is a limited use function that merges the old operation table into the
new object security table. You can run this more than once, and it should not hurt. It will make this slot run a little slower, but it isn't a very active slot anyway. Note that it WILL add back in any operations which you may have deleted. This could get a little confusing.... Someday this should probably be moved into 'setup', or even into a standalone optional piece of code that gets run from the command line.
user_objs2groups_ [line 34]
void user_objs2groups_(
GET["mode"] 0, GET["type"] 1, POST["type"] 2)
|
|
list each of operation, and which groups have access to them.
Parameters
| GET["mode"] |
0 |
= "del" & GET["id"] = ifq to delete. |
| GET["type"] |
1 |
= Shows this type of security object (used when coming from different page) |
| POST["type"] |
2 |
= From the select list - show this type of security object |
_objs2groups_bymod [line 268]
void _objs2groups_bymod(
mixed &$objs, mixed &$grpnames, mixed &$atype)
|
|
_objs2groups_bytype [line 189]
void _objs2groups_bytype(
mixed &$objs, mixed &$grpnames, mixed &$types)
|
|
|