variables.inc.php:

- removed some unused variables:
  - $pAdminCreate_domain_defaultaliases_text
  - $pCreate_mailbox_name_text
  - $pEdit_mailbox_username_text

(not related to Dale's patch ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1100 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 310d22bb6e
commit 54cec415ce

@ -77,17 +77,14 @@ $tSubject = "";
$tUsername = "";
$tTransport = "";
$pAdminCreate_domain_defaultaliases_text = " ";
$pAdminCreate_domain_domain_text = " ";
$pCreate_alias_address_text = " ";
$pCreate_alias_goto_text = " ";
$pCreate_mailbox_name_text = " ";
$pCreate_mailbox_password_text = " ";
$pCreate_mailbox_quota_text = " ";
$pCreate_mailbox_username_text = " ";
$pEdit_mailbox_password_text = " ";
$pEdit_mailbox_quota_text = " ";
$pEdit_mailbox_username_text = " ";
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
?>

Loading…
Cancel
Save