Diff for /Amaya/amaya/insertelem.c between versions 1.21 and 1.22

version 1.21, 2008/01/30 09:03:04 version 1.22, 2008/02/19 16:39:34
Line 255  void FillInsertableElemList (Document do Line 255  void FillInsertableElemList (Document do
   int level;    int level;
   ThotBool cont = TRUE;    ThotBool cont = TRUE;
   
   if (elem)    if (el)
     {      {
     if (doc == 0)      if (doc == 0)
       doc = TtaGetDocument(elem);        doc = TtaGetDocument(el);
   
 #ifdef TEMPLATES  #ifdef TEMPLATES
     t = GetXTigerTemplate(DocumentMeta[doc]->template_url);      t = GetXTigerTemplate(DocumentMeta[doc]->template_url);

Removed from v.1.21  
changed lines
  Added in v.1.22


Webmaster