Skip to content
GitLab
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
151550b1
Commit
151550b1
authored
Nov 02, 2006
by
Penny Leach
Browse files
added stubb add to log function
parent
73c63993
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
151550b1
...
...
@@ -621,6 +621,21 @@ function mixed_array_to_field_array($array, $field) {
}
/**
* Adds stuff to the log
* @todo write this functino
*
* @param string $plugintype plugin type or core
* @param string $pluginname plugin name or core component (eg 'view')
* @param string $action action string (like 'add')
* @param int $user id of user making the action
* @param int $id relevant id (ie, profile view would have id of profile owner)
*
*/
function
add_to_log
(
$plugintype
,
$pluginname
,
$action
,
$user
,
$id
=
0
)
{
}
/**
* Used by XMLDB
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment