1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Fix documentation errors

This commit is contained in:
e107steved
2009-12-13 21:52:32 +00:00
parent f165b74f37
commit 08aaa0b0fc
23 changed files with 179 additions and 141 deletions

View File

@@ -9,9 +9,9 @@
* e107 Core functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/core_functions.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-18 01:04:43 $
* $Author: e107coders $
* $Revision: 1.4 $
* $Date: 2009-12-13 21:52:31 $
* $Author: e107steved $
*/
//
@@ -46,7 +46,7 @@ function varset(&$val, $default='')
*
* @param string $str
* @param mixed $default [optional]
* @return
* @return mixed
*/
function defset($str, $default='')
{