components/foomatic/db-engine/patches/01-DB.pm.patch
changeset 335 223d5bf98b72
child 6720 4bf7e80e4d8e
equal deleted inserted replaced
334:38c78ad8b01e 335:223d5bf98b72
       
     1 *** a/lib/Foomatic/DB.pm.orig	Mon Oct 27 15:51:02 2008
       
     2 --- b/lib/Foomatic/DB.pm	Mon Oct 27 15:50:37 2008
       
     3 ***************
       
     4 *** 102,108 ****
       
     5       }
       
     6   
       
     7       # Build a new overview
       
     8 !     my $otype = ($cupsppds ? '-C' : '-O');
       
     9       $otype .= ' -n' if ($cupsppds == 1);
       
    10       # Generate overview Perl data structure from database
       
    11       my $VAR1;
       
    12 --- 102,108 ----
       
    13       }
       
    14   
       
    15       # Build a new overview
       
    16 !     my $otype = ($cupsppds ? '-C' : '-C');
       
    17       $otype .= ' -n' if ($cupsppds == 1);
       
    18       # Generate overview Perl data structure from database
       
    19       my $VAR1;