/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap-4.19.1-freebusy.patch
ViewVC logotype

Diff of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap-4.19.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:45 2008 UTC Revision 1.2 by slords, Wed Apr 2 18:34:17 2008 UTC
# Line 182  diff -Nur -x '*.orig' -x '*.rej' e-smith Line 182  diff -Nur -x '*.orig' -x '*.rej' e-smith
182  diff -Nur -x '*.orig' -x '*.rej' e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm  diff -Nur -x '*.orig' -x '*.rej' e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm
183  --- e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm       2008-03-26 10:49:00.000000000 -0600  --- e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm       2008-03-26 10:49:00.000000000 -0600
184  +++ mezzanine_patched_e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm     2008-04-01 10:42:02.000000000 -0600  +++ mezzanine_patched_e-smith-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm     2008-04-01 10:42:02.000000000 -0600
185    @@ -54,6 +54,7 @@
186         print_save_or_add_button
187         get_pptp_value
188         print_ipsec_client_section
189    +    get_prop
190    
191         system_password_compare
192         system_valid_password
193  @@ -283,6 +283,9 @@  @@ -283,6 +283,9 @@
194           my $fwd = $cgi->param('ForwardAddress') ?           my $fwd = $cgi->param('ForwardAddress') ?
195               $cgi->param('ForwardAddress') :               $cgi->param('ForwardAddress') :
# Line 217  diff -Nur -x '*.orig' -x '*.rej' e-smith Line 225  diff -Nur -x '*.orig' -x '*.rej' e-smith
225       {       {
226           $userprops{$field} = $q->param($field);           $userprops{$field} = $q->param($field);
227       }       }
228    @@ -1108,6 +1109,20 @@
229     }
230    
231    
232    +=head2 get_prop ITEM PROP
233    +
234    +A simple accessor for esmith::ConfigDB::Record::prop
235    +
236    +=cut
237    +
238    +sub get_prop
239    +{
240    +    my ($fm, $item, $prop, $default) = @_;
241    +
242    +    return $db->get_prop($item, $prop) || $default;
243    +}
244    +
245    +
246     =head1 System Password manipulation routines
247    
248     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