Diff for /Amaya/amaya/templates.c between versions 1.165 and 1.166

version 1.165, 2008/02/25 11:42:47 version 1.166, 2008/02/27 14:15:35
Line 1150  void CheckTemplate (Document doc) Line 1150  void CheckTemplate (Document doc)
       else        else
         {          {
           // fix all access rights in the instance            // fix all access rights in the instance
 //          Template_FixAccessRight (t, root, doc);            Template_FixAccessRight (t, root, doc);
           TtaUpdateAccessRightInViews (doc, root);            TtaUpdateAccessRightInViews (doc, root);
         }          }
     }      }

Removed from v.1.165  
changed lines
  Added in v.1.166


Webmaster