/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.1-freebusy.patch
ViewVC logotype

Diff of /rpms/e-smith-base/sme7/e-smith-base-4.18.1-freebusy.patch

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

Revision 1.1 by slords, Tue Apr 1 16:58:24 2008 UTC Revision 1.3 by slords, Wed Apr 2 21:25:52 2008 UTC
# Line 39  diff -Nur -x '*.orig' -x '*.rej' e-smith Line 39  diff -Nur -x '*.orig' -x '*.rej' e-smith
39  diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm  diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm
40  --- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm    2008-03-26 10:49:00.000000000 -0600  --- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm    2008-03-26 10:49:00.000000000 -0600
41  +++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm  2008-04-01 09:24:23.000000000 -0600  +++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm  2008-04-01 09:24:23.000000000 -0600
42    @@ -54,6 +54,7 @@
43         print_save_or_add_button
44         get_pptp_value
45         print_ipsec_client_section
46    +    get_prop
47    
48         system_password_compare
49         system_valid_password
50  @@ -283,6 +283,9 @@  @@ -283,6 +283,9 @@
51           my $fwd = $cgi->param('ForwardAddress') ?           my $fwd = $cgi->param('ForwardAddress') ?
52               $cgi->param('ForwardAddress') :               $cgi->param('ForwardAddress') :
# Line 74  diff -Nur -x '*.orig' -x '*.rej' e-smith Line 82  diff -Nur -x '*.orig' -x '*.rej' e-smith
82       {       {
83           $userprops{$field} = $q->param($field);           $userprops{$field} = $q->param($field);
84       }       }
85    @@ -1108,6 +1109,20 @@
86     }
87    
88    
89    +=head2 get_prop ITEM PROP
90    +
91    +A simple accessor for esmith::ConfigDB::Record::prop
92    +
93    +=cut
94    +
95    +sub get_prop
96    +{
97    +    my ($fm, $item, $prop, $default) = @_;
98    +
99    +    return $configdb->get_prop($item, $prop) || $default;
100    +}
101    +
102    +
103     =head1 System Password manipulation routines
104    
105     XXX FIXME - These should be merged with the useraccouts versions


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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