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

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

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

revision 1.13 by eldy, Thu Aug 25 20:27:17 2005 UTC revision 1.14 by hregis, Sun Sep 11 11:49:43 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>
4     * Copyright (C) 2005 Regis Houssin        <regis.houssin@cap-networks.com>
5   *   *
6   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
7   * 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 31  Line 32 
32  require('./pre.inc.php');  require('./pre.inc.php');
33    
34  $langs->load('propal');  $langs->load('propal');
35    $langs->load('compta');
36    
37  $user->getrights('propale');  $user->getrights('propale');
38  if (!$user->rights->propale->lire)  if (!$user->rights->propale->lire)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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