Report message:*
 

user.php

Subject: user.php
by skenow on 2007/12/5 17:41:21

Where did this little bit in user.php come from?


$config_handler =& xoops_gethandler('config');
$xoopsConfigUser =& $config_handler->getConfigsByCat(XOOPS_CONF_USER);

if ($xoopsConfigUser['allow_register'] == 1) {
$xoopsTpl->assign('allow_registration', $xoopsConfigUser['allow_register']);
}


I can't find it in xoops.svn or the xmtd.svn, but it is in the icms trunk.