Skip to content

Commit

Permalink
fixed copy/paste error in php comment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawes committed Oct 2, 2005
1 parent d112f80 commit c40082b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/moodlelib.php
Expand Up @@ -116,12 +116,12 @@
define('PARAM_ALPHA', 0x0004); define('PARAM_ALPHA', 0x0004);


/** /**
* PARAM_INTEGER - an alias for PARAM_ALPHA * PARAM_ACTION - an alias for PARAM_ALPHA
*/ */
define('PARAM_ACTION', 0x0004); define('PARAM_ACTION', 0x0004);


/** /**
* PARAM_INTEGER - an alias for PARAM_ALPHA * PARAM_FORMAT - an alias for PARAM_ALPHA
*/ */
define('PARAM_FORMAT', 0x0004); define('PARAM_FORMAT', 0x0004);


Expand Down

0 comments on commit c40082b

Please sign in to comment.