cvsuser     03/07/17 10:50:49

  Modified:    App-Repository/lib/App/Repository MySQL.pm
  Log:
  cleaned up unused dbsocket variable
  
  Revision  Changes    Path
  1.7       +2 -3      p5ee/App-Repository/lib/App/Repository/MySQL.pm
  
  Index: MySQL.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Repository/lib/App/Repository/MySQL.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -w -r1.6 -r1.7
  --- MySQL.pm  19 Jun 2003 17:18:05 -0000      1.6
  +++ MySQL.pm  17 Jul 2003 17:50:49 -0000      1.7
  @@ -1,12 +1,12 @@
   
   ######################################################################
  -## File: $Id: MySQL.pm,v 1.6 2003/06/19 17:18:05 spadkins Exp $
  +## File: $Id: MySQL.pm,v 1.7 2003/07/17 17:50:49 spadkins Exp $
   ######################################################################
   
   use App::Repository::DBI;
   
   package App::Repository::MySQL;
  -$VERSION = do { my @r=(q$Revision: 1.6 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
  +$VERSION = do { my @r=(q$Revision: 1.7 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
   
   @ISA = ( "App::Repository::DBI" );
   
  @@ -43,7 +43,6 @@
       my $dbschema   = $self->{dbschema};
       my $dbhost     = $self->{dbhost};
       my $dbport     = $self->{dbport};
  -    my $dbsocket   = $self->{dbsocket};
   
       die "ERROR: missing DBI driver and/or db name [$dbidriver,$dbname] in 
configuration.\n"
           if (!$dbidriver || !$dbname);
  
  
  

Reply via email to