/[smeserver]/rpms/e-smith-email/sme8/e-smith-email-5.2.0-prop_merge.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme8/e-smith-email-5.2.0-prop_merge.patch

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


Revision 1.1 - (show annotations) (download)
Sun Nov 14 23:24:28 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-24_el5_sme, e-smith-email-5_2_0-19_el5_sme, e-smith-email-5_2_0-17_el5_sme, e-smith-email-5_2_0-20_el5_sme, e-smith-email-5_2_0-16_el5_sme, e-smith-email-5_2_0-21_el5_sme, e-smith-email-5_2_0-22_el5_sme, e-smith-email-5_2_0-27_el5_sme, e-smith-email-5_2_0-13_el5_sme, e-smith-email-5_2_0-23_el5_sme, e-smith-email-5_2_0-25_el5_sme, e-smith-email-5_2_0-26_el5_sme, e-smith-email-5_2_0-14_el5_sme, e-smith-email-5_2_0-15_el5_sme, e-smith-email-5_2_0-28_el5_sme, e-smith-email-5_2_0-18_el5_sme, HEAD
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme
- Fix property merge when local pseudonym is set [SME: 6361]

1 diff -up e-smith-email-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm.prop_merge e-smith-email-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm
2 --- e-smith-email-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm.prop_merge 2008-10-07 11:35:33.000000000 -0600
3 +++ e-smith-email-5.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/pseudonyms.pm 2010-11-14 16:20:14.000000000 -0700
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_props(%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