/[dolibarr]/dolibarr/htdocs/comm/propal.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/propal.php

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

revision 1.133 by rodolphe, Fri Dec 9 11:26:45 2005 UTC revision 1.134 by eldy, Fri Dec 9 23:22:24 2005 UTC
# Line 159  if ($_GET['action'] == 'pdf') Line 159  if ($_GET['action'] == 'pdf')
159   */   */
160  if ($_POST['action'] == 'setstatut' && $user->rights->propale->cloturer)  if ($_POST['action'] == 'setstatut' && $user->rights->propale->cloturer)
161  {  {
162    $propal = new Propal($db);      $propal = new Propal($db);
163    $propal->fetch($_GET['propalid']);      $propal->fetch($_GET['propalid']);
164    $propal->cloture($user, $_POST['statut'], addslashes($_POST['note']));      $propal->cloture($user, $_POST['statut'], $_POST['note']);
165  }  }
166    
167  /*  /*

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26