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

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

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

revision 1.58 by eldy, Tue Sep 6 22:27:14 2005 UTC revision 1.59 by hregis, Sun Sep 11 11:44:03 2005 UTC
# Line 2  Line 2 
2  /* Copyright (C) 2001-2003,2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2003,2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004-2005      Destailleur Laurent  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005      Destailleur Laurent  <eldy@users.sourceforge.net>
4   * Copyright (C) 2004           Eric Seigne          <eric.seigne@ryxeo.com>   * Copyright (C) 2004           Eric Seigne          <eric.seigne@ryxeo.com>
5     * Copyright (C) 2005           Regis Houssin        <regis.houssin@cap-networks.com>
6   *   *
7   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
8   * 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 34  $user->getrights('propale'); Line 35  $user->getrights('propale');
35  if (!$user->rights->propale->lire)  if (!$user->rights->propale->lire)
36    accessforbidden();    accessforbidden();
37    
38    $langs->load('compta');
39    
40  if ($conf->projet->enabled)   require_once(DOL_DOCUMENT_ROOT.'/project.class.php');  if ($conf->projet->enabled)   require_once(DOL_DOCUMENT_ROOT.'/project.class.php');
41  if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php');  if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php');
42  require_once(DOL_DOCUMENT_ROOT."/propal.class.php");  require_once(DOL_DOCUMENT_ROOT."/propal.class.php");

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

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