/[openfoncier]/trunk/app/servitude_point.php
ViewVC logotype

Diff of /trunk/app/servitude_point.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 200 by fraynaud, Mon Oct 17 07:31:00 2011 UTC revision 330 by fraynaud, Tue May 22 21:45:54 2012 UTC
# Line 34  if($menu==1) // html only Line 34  if($menu==1) // html only
34    
35  // db  // db
36    
37  $sql="select * from servitude_point where servitude_point =".$id."";  $sql="select * from ".DB_PREFIXE."servitude_point where servitude_point =".$id."";
38  $res=$f->db->query($sql);  $res=$f->db->query($sql);
39  $f->isDatabaseError($res);  $f->isDatabaseError($res);
40  while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){  while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){
41      $existe=1;      $existe=1;
42      // dossier      // dossierla
43      echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n";      echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n";
44      echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">";      echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">";
45      echo _("servitude_point ")."</legend>";      echo _("servitude_point ")."</legend>";

Legend:
Removed from v.200  
changed lines
  Added in v.330

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26