/[smeserver]/rpms/e-smith-email/sme7/e-smith-email-5.0.0-FixLocalNetworkOnlyBox.patch
ViewVC logotype

Annotation of /rpms/e-smith-email/sme7/e-smith-email-5.0.0-FixLocalNetworkOnlyBox.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Mar 11 18:18:45 2011 UTC (13 years, 3 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-email-5_0_0-9_el4_sme, e-smith-email-5_0_0-10_el4_sme, e-smith-email-5_0_0-8_el4_sme, e-smith-email--, HEAD
See changelog

1 bytegw 1.1 diff -up e-smith-email-5.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm.FixLocalNetworkOnlyBox e-smith-email-5.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm
2     --- e-smith-email-5.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm.FixLocalNetworkOnlyBox 2008-10-07 18:35:31.000000000 +0100
3     +++ e-smith-email-5.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm 2011-03-11 18:11:57.000000000 +0000
4     @@ -214,7 +214,7 @@ sub performModifyPseudonym {
5     else { $accounts->get($pseudonym)->delete_prop('Visible'); }
6     }
7    
8     - $accounts->get($pseudonym)->set_prop(%props)
9     + $accounts->get($pseudonym)->merge_prop(%props)
10     or $msg = "Error occurred while modifying pseudonym in database.";
11    
12     # Untaint $pseudonym before use in system()

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed