@@ -40,6 +40,7 @@ |
||
| 40 | 40 | * l($arg1, $arg2) will call l($arg1) and l($arg2) and then return $arg1. |
| 41 | 41 | * |
| 42 | 42 | * A null argument will log the file and line number of the l() call. |
| 43 | + * @param string $stuff |
|
| 43 | 44 | */ |
| 44 | 45 | function l( $stuff = null ) { |
| 45 | 46 | // Do nothing when debugging is off |