/[dolibarr]/dolibarr/htdocs/telephonie/service/contrats.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/service/contrats.php

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

revision 1.1 by rodolphe, Wed May 4 14:44:38 2005 UTC revision 1.2 by rodolphe, Fri Sep 2 11:47:19 2005 UTC
# Line 1  Line 1 
1  <?PHP  <?PHP
2  /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   *   *
4   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
5   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 21  Line 21 
21   */   */
22  require("./pre.inc.php");  require("./pre.inc.php");
23    
24    if (!$user->rights->telephonie->service->lire)
25      accessforbidden();
26    
27  $page = $_GET["page"];  $page = $_GET["page"];
28  $sortorder = $_GET["sortorder"];  $sortorder = $_GET["sortorder"];
29  $sortfield = $_GET["sortfield"];  $sortfield = $_GET["sortfield"];

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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