/[smeserver]/rpms/e-smith-ibays/sme8/e-smith-ibays-1.2.0-warning.patch
ViewVC logotype

Annotation of /rpms/e-smith-ibays/sme8/e-smith-ibays-1.2.0-warning.patch

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


Revision 1.1 - (hide annotations) (download)
Thu Sep 6 16:14:58 2007 UTC (16 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ibays-1_2_0-5_el5_sme, e-smith-ibays-1_2_0-9_el5_sme, e-smith-ibays-1_2_0-7_el5_sme, e-smith-ibays-1_2_0-12_el5_sme, e-smith-ibays-1_2_0-11_el5_sme, e-smith-ibays-1_2_0-6_el5_sme, e-smith-ibays-1_2_0-10_el5_sme
Update packages

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-ibays-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm mezzanine_patched_e-smith-ibays-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm
2     --- e-smith-ibays-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm 2005-10-06 17:52:29.000000000 -0400
3     +++ mezzanine_patched_e-smith-ibays-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/ibays.pm 2007-08-30 11:32:19.000000000 -0400
4     @@ -482,7 +482,8 @@
5     sub print_save_or_add_button {
6     my ($self) = @_;
7    
8     - if ($self->cgi->param("action") eq "modify") {
9     + my $action = $self->cgi->param("action") || '';
10     + if ($action eq "modify") {
11     $self->print_button("SAVE");
12     } else {
13     $self->print_button("ADD");

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