Diff for /Amaya/amaya/templates.c between versions 1.176 and 1.177

version 1.176, 2008/04/11 14:14:49 version 1.177, 2008/04/15 15:11:33
Line 474  void CreateInstanceOfTemplate (Document Line 474  void CreateInstanceOfTemplate (Document
         }          }
       // now create the instance        // now create the instance
       DontReplaceOldDoc = dontReplace;        DontReplaceOldDoc = dontReplace;
       CreateInstance (templatename, s, docname, doc);        CreateInstance (templatename, s, docname, docType, doc);
       TtaFreeMemory (s);        TtaFreeMemory (s);
     }      }
 #endif /* TEMPLATES */  #endif /* TEMPLATES */

Removed from v.1.176  
changed lines
  Added in v.1.177


Webmaster