[interchange-cvs] interchange - jon modified lib/Vend/Table/LDAP.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Aug 24 02:23:40 EDT 2005


User:      jon
Date:      2005-08-24 06:23:40 GMT
Modified:  lib/Vend/Table LDAP.pm
Log:
Remove inaccurate comment for this block.

Revision  Changes    Path
2.12      +2 -3      interchange/lib/Vend/Table/LDAP.pm


rev 2.12, prev_rev 2.11
Index: LDAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/LDAP.pm,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -u -r2.11 -r2.12
--- LDAP.pm	23 Jul 2004 03:03:39 -0000	2.11
+++ LDAP.pm	24 Aug 2005 06:23:40 -0000	2.12
@@ -1,6 +1,6 @@
 # Vend::Table::LDAP - Interchange LDAP pseudo-table access
 #
-# $Id: LDAP.pm,v 2.11 2004/07/23 03:03:39 mheins Exp $
+# $Id: LDAP.pm,v 2.12 2005/08/24 06:23:40 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -25,7 +25,7 @@
 
 package Vend::Table::LDAP;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.11 $, 10);
+$VERSION = substr(q$Revision: 2.12 $, 10);
 use strict;
 
 use vars qw(
@@ -514,7 +514,6 @@
 #::logDebug("receieved query. object=" . ::uneval($opt));
 
 	if(defined $opt->{values}) {
-		# do nothing
 		@arg = $opt->{values} =~ /['"]/
 				? ( Text::ParseWords::shellwords($opt->{values})  )
 				: (grep /\S/, split /\s+/, $opt->{values});








More information about the interchange-cvs mailing list