Diff for /Amaya/amaya/templateInstantiate.c between versions 1.105 and 1.106

version 1.105, 2009/02/13 16:07:36 version 1.106, 2009/04/14 15:46:12
Line 866  Element Template_InsertUseChildren (Docu Line 866  Element Template_InsertUseChildren (Docu
   ElementType     childType, elType;     ElementType     childType, elType; 
   SSchema         sshtml;    SSchema         sshtml;
   XTigerTemplate  t;    XTigerTemplate  t;
   char           *name;  
       
   if (TtaGetDocumentAccessMode(doc))    if (TtaGetDocumentAccessMode(doc))
   {    {
Line 958  Element Template_InsertUseChildren (Docu Line 957  Element Template_InsertUseChildren (Docu
 void Component_FixAccessRight (Element el, Document doc)  void Component_FixAccessRight (Element el, Document doc)
 {  {
 #ifdef TEMPLATES  #ifdef TEMPLATES
   ElementType elType;  
   Element     child;    Element     child;
       
   if (el && doc)    if (el && doc)

Removed from v.1.105  
changed lines
  Added in v.1.106


Webmaster