Removed unused makeyesno functions, refs #645 @1h0m

This commit is contained in:
Andreas Burchert (scarya)
2011-03-30 11:44:20 +02:00
parent df6441ef80
commit 630e2966e2
11 changed files with 70 additions and 70 deletions

View File

@@ -268,7 +268,7 @@ elseif($page == 'accounts')
}
}
$sendinfomail = makeyesno('sendinfomail', '1', '0', '0');
#$sendinfomail = makeyesno('sendinfomail', '1', '0', '0');
$ftp_add_data = include_once dirname(__FILE__).'/lib/formfields/customer/ftp/formfield.ftp_add.php';
$ftp_add_form = htmlform::genHTMLForm($ftp_add_data);