Skip to content

Commit

Permalink
Trivial typo. Comment about function name is incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Horne committed Aug 29, 2017
1 parent 5bb3d2f commit 817811b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_code/php/error_library.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function receive_message($user_name, $type, $level, $subject, $content){

/**
*
* Function receive message
* Function write message
* This function is used to send an error email meesage
* @param string $user_name = username the error relates to
* @param string $type = user / Admin / system
Expand All @@ -75,7 +75,7 @@ function receive_message($user_name, $type, $level, $subject, $content){
* @author Patrick Lockley
*/

function write_message($user_name, $type, $level, $subject,$content){
function write_message($user_name, $type, $level, $subject, $content){

global $xerte_toolkits_site;

Expand Down

0 comments on commit 817811b

Please sign in to comment.