fantu
2008-12-20 0b6b1e4e64995187662e81e37f75fa8eb7a934d1
interface/web/client/tools.inc.php
@@ -28,7 +28,7 @@
*/
function applyClientTemplates($clientId){
   global $app;
   global $app,$page;
   /*
    * Get the master-template for the client
    */
@@ -44,7 +44,7 @@
      $sql = "SELECT * FROM client_template WHERE template_id = " . intval($masterTemplateId);
      $limits = $app->db->queryOneRecord($sql);
   } else {
      $limits = $this->dataRecord;
      $limits = $page->dataRecord;
   }
   /*