pari: branch 2.0 r4067 - /branches/2.0/config/smtp_settings.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Nov 6 10:09:46 CST 2008
Author: pari
Date: Thu Nov 6 10:09:46 2008
New Revision: 4067
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4067
Log:
correcting a variable name in SMTP settings
Modified:
branches/2.0/config/smtp_settings.html
Modified: branches/2.0/config/smtp_settings.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/smtp_settings.html?view=diff&rev=4067&r1=4066&r2=4067
==============================================================================
--- branches/2.0/config/smtp_settings.html (original)
+++ branches/2.0/config/smtp_settings.html Thu Nov 6 10:09:46 2008
@@ -43,7 +43,7 @@
if(c['general']['smtp_AuthUser'] ){
_$('chk_UseAuthentication').checked = true ;
_$('AuthUser').value = c['general']['smtp_AuthUser'] ;
- _$('AuthPass').value = (c['general']['smtp_AuthPass']) ? c['general']['AuthPass'] : '';
+ _$('AuthPass').value = (c['general']['smtp_AuthPass']) ? c['general']['smtp_AuthPass'] : '';
}else{
_$('chk_UseAuthentication').checked = false ;
}
More information about the asterisk-gui-commits
mailing list