Better logging and recent activity

This commit is contained in:
moodler
2005-03-10 14:11:07 +00:00
parent 1ac7ee24d7
commit 69ad0d6928
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -159,6 +159,7 @@ $string['tabview'] = 'View';
$string['thanksforcontribution'] = 'Thank you for your contribution.';
$string['thispageisntlinkedfromanywhereelse'] = 'This page isn\'t linked from anywhere else.';
$string['updatedpages'] = 'Updated pages';
$string['updatedwikipages'] = 'Updated wiki pages';
$string['uplerror'] = 'We are sorry, but something went wrong during the file upload.';
$string['uplinsect'] = 'Upload into';
$string['uplnewnam'] = 'Save with different filename';
@@ -186,4 +187,4 @@ $string['withbinaries'] = 'Include binary content';
$string['withvirtualpages'] = 'Include Wiki-Links';
$string['wrongversionrange'] = '$a is not a correct range!';
?>
?>
+1 -1
View File
@@ -220,7 +220,7 @@
/// Moodle Log
add_to_log($course->id, "wiki", $ewiki_action,
addslashes("view.php?id=$cm->id&groupid=$groupid&userid=$userid&page=$page"),
addslashes("view.php?id=$cm->id&groupid=$groupid&userid=$userid&page=$ewiki_title"),
$wiki->name.": ".$ewiki_title, $cm->id, $userid);
/// Print the page header