--- rat/lonratedt.pm	2002/06/04 13:23:54	1.30
+++ rat/lonratedt.pm	2002/06/24 14:12:04	1.31
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Edit Handler for RAT Maps
 #
-# $Id: lonratedt.pm,v 1.30 2002/06/04 13:23:54 www Exp $
+# $Id: lonratedt.pm,v 1.31 2002/06/24 14:12:04 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -68,6 +68,9 @@ sub mapread {
         if ($command eq 'objlinks') {
             $links[$number]=$content;
         }
+        if ($command eq 'objparms') {
+	    return('Map has resource parameters. Use advanced editor.',1);
+        }
     }
 # ------------------------------------------------------- Is this a linear map?
     my @starters=();