[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / lond

raeburn raeburn at source.lon-capa.org
Thu Aug 8 14:55:23 EDT 2013


raeburn		Thu Aug  8 18:55:23 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	lond 
  Log:
  - Missing # in backport in rev 1.489.2.6.
  
  
Index: loncom/lond
diff -u loncom/lond:1.489.2.6 loncom/lond:1.489.2.7
--- loncom/lond:1.489.2.6	Sun Aug  4 03:13:39 2013
+++ loncom/lond	Thu Aug  8 18:55:22 2013
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.489.2.6 2013/08/04 03:13:39 raeburn Exp $
+# $Id: lond,v 1.489.2.7 2013/08/08 18:55:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -61,7 +61,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.489.2.6 $'; #' stupid emacs
+my $VERSION='$Revision: 1.489.2.7 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -4448,7 +4448,7 @@
 }
 &register_handler("idget", \&get_id_handler, 0, 1, 0);
 
-   Deletes one or more ids in a domain's id database.
+#   Deletes one or more ids in a domain's id database.
 #
 #   Parameters:
 #       $cmd                  - Command keyword (iddel).




More information about the LON-CAPA-cvs mailing list