1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Some code cleanup

This commit is contained in:
CaMer0n
2009-11-05 09:15:19 +00:00
parent 3cf3d709d1
commit d892e2c039
13 changed files with 73 additions and 70 deletions

View File

@@ -9,9 +9,9 @@
* User signup
*
* $Source: /cvs_backup/e107_0.8/signup.php,v $
* $Revision: 1.39 $
* $Date: 2009-08-28 15:30:25 $
* $Author: marj_nl_fr $
* $Revision: 1.40 $
* $Date: 2009-11-05 09:15:12 $
* $Author: e107coders $
*
*/
@@ -388,7 +388,7 @@ if (isset($_POST['register']))
if (!$error && $readXUP)
{
require_once(e_HANDLER."xml_class.php");
$xml = new parseXml;
$xml = new parseXml; // old parser
if(!$rawData = $xml -> getRemoteXmlFile($_POST['user_xup']))
{
$extraErrors[] = LAN_SIGNUP_68."\\n";