[LON-CAPA-cvs] cvs: loncom /homework functionplotresponse.pm

www www@source.lon-capa.org
Fri, 28 Jan 2011 16:25:04 -0000


www		Fri Jan 28 16:25:04 2011 EDT

  Modified files:              
    /loncom/homework	functionplotresponse.pm 
  Log:
  Typo
  
  
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.53 loncom/homework/functionplotresponse.pm:1.54
--- loncom/homework/functionplotresponse.pm:1.53	Fri Jan 28 16:06:49 2011
+++ loncom/homework/functionplotresponse.pm	Fri Jan 28 16:25:03 2011
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: functionplotresponse.pm,v 1.53 2011/01/28 16:06:49 www Exp $
+# $Id: functionplotresponse.pm,v 1.54 2011/01/28 16:25:03 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -536,10 +536,10 @@
                                      $token,'8').
              &Apache::edit::end_row();
   } elsif ($target eq 'modified') {
-    if (($env{'form.'.&Apache::edit::html_element_name('xinitial')} ne '') & ($env{'form.'.&Apache::edit::html_element_name('xinitiallabel')} eq 'start')) {
+    if (($env{'form.'.&Apache::edit::html_element_name('xinitial')} ne '') && ($env{'form.'.&Apache::edit::html_element_name('xinitiallabel')} eq 'start')) {
        $env{'form.'.&Apache::edit::html_element_name('xinitiallabel')}='';
     }
-    if (($env{'form.'.&Apache::edit::html_element_name('xfinal')} ne '') & ($env{'form.'.&Apache::edit::html_element_name('xfinallabel')} eq 'end')) {
+    if (($env{'form.'.&Apache::edit::html_element_name('xfinal')} ne '') && ($env{'form.'.&Apache::edit::html_element_name('xfinallabel')} eq 'end')) {
        $env{'form.'.&Apache::edit::html_element_name('xfinallabel')}='';
     }
     my $constructtag=&Apache::edit::get_new_args($token,$parstack,