components/foomatic/db-engine/patches/01-DB.pm.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Tue, 09 Jun 2015 15:44:51 -0700
branchs11-update
changeset 4451 a9174862fe73
parent 335 223d5bf98b72
child 6720 4bf7e80e4d8e
permissions -rw-r--r--
20293317 problem in UTILITY/PHP 20433646 problem in UTILITY/PHP

*** a/lib/Foomatic/DB.pm.orig	Mon Oct 27 15:51:02 2008
--- b/lib/Foomatic/DB.pm	Mon Oct 27 15:50:37 2008
***************
*** 102,108 ****
      }
  
      # Build a new overview
!     my $otype = ($cupsppds ? '-C' : '-O');
      $otype .= ' -n' if ($cupsppds == 1);
      # Generate overview Perl data structure from database
      my $VAR1;
--- 102,108 ----
      }
  
      # Build a new overview
!     my $otype = ($cupsppds ? '-C' : '-C');
      $otype .= ' -n' if ($cupsppds == 1);
      # Generate overview Perl data structure from database
      my $VAR1;