Update of /var/cvs/contributions/didactor2/src/core/templates/users
In directory james.mmbase.org:/tmp/cvs-serv29149

Modified Files:
        users.jsp 
Log Message:
avoid some warning in the log


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/users


Index: users.jsp
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/users/users.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- users.jsp   4 Jul 2008 11:37:44 -0000       1.14
+++ users.jsp   7 Aug 2008 08:40:20 -0000       1.15
@@ -14,9 +14,13 @@
       <mm:import externid="mode"/>
 
       <mm:node number="$user">
+        <mm:hasrelationmanager
+            sourcemanager="people"
+            destinationmanager="educations" role="classrel">
         <mm:relatednodes role="classrel" type="educations" 
id="directly_related" />
+        </mm:hasrelationmanager>
 
-        <mm:relatednodes add="directly_related"
+        <mm:relatednodes add="directly_related?"
                          element="educations"
                          path="people,classrel,classes,classrel,educations">
           <!-- Do check: is anybody online for this education -->
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to