/[dolibarr]/dolibarr/htdocs/fourn/product/categorie.php
ViewVC logotype

Diff of /dolibarr/htdocs/fourn/product/categorie.php

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

revision 1.3 by hregis, Tue Nov 15 14:27:00 2005 UTC revision 1.4 by hregis, Sat Dec 3 12:28:02 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2005      Brice Davoleau  <brice.davoleau@gmail.com>   * Copyright (C) 2005      Brice Davoleau       <brice.davoleau@gmail.com>
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 21  Line 22 
22  require("./pre.inc.php");  require("./pre.inc.php");
23  require_once(DOL_DOCUMENT_ROOT."/product.class.php");  require_once(DOL_DOCUMENT_ROOT."/product.class.php");
24    
25    $langs->load("categories");
26    
27  $mesg = '';  $mesg = '';
28    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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