summaryrefslogtreecommitdiff
path: root/includes/sys_log.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_log.php')
-rw-r--r--includes/sys_log.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/sys_log.php b/includes/sys_log.php
index e4ea7e3d..b253d6ad 100644
--- a/includes/sys_log.php
+++ b/includes/sys_log.php
@@ -4,8 +4,7 @@
* Write a log entry.
* This should be used to log user's activity.
*
- * @param
- * $message
+ * @param string $message
*/
function engelsystem_log($message)
{
@@ -20,6 +19,8 @@ function engelsystem_log($message)
/**
* Generates a PHP Stacktrace.
+ *
+ * @return string
*/
function debug_string_backtrace()
{