Enleve des printvar qui restaient

This commit is contained in:
Alan Garcia 2013-03-22 15:08:14 +00:00
parent 580d89f75c
commit 80981196f4
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@ $dom->unlock();
<?php <?php
$isedit=true; $isedit=true;
require_once('dom_edit.inc.php'); require_once('dom_edit.inc.php');
printvar($r);
sub_domains_edit($r['domain'],$sub_domain_id); sub_domains_edit($r['domain'],$sub_domain_id);
include_once("foot.php"); include_once("foot.php");

View File

@ -861,7 +861,6 @@ ORDER BY
return false; return false;
} }
$mailname=$db->f("value"); $mailname=$db->f("value");
printvar($mailname);
return $this->create_alias($domain_id, 'postmaster', $mem->user['login'].'@'.$mailname ); return $this->create_alias($domain_id, 'postmaster', $mem->user['login'].'@'.$mailname );
} }