2
0
forked from Wavyzz/dolibarr

Fix: rename inc to includes

This commit is contained in:
Regis Houssin
2011-08-01 13:26:21 +00:00
parent bbafb4f3d6
commit 095687e745
421 changed files with 1388 additions and 1563 deletions

View File

@@ -14,10 +14,9 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: rapport.php,v 1.25 2011/07/02 17:33:24 eldy Exp $
* $Id: rapport.php,v 1.26 2011/07/31 23:50:54 eldy Exp $
*/
require("../main.inc.php");
@@ -144,5 +143,5 @@ else
}
$db->close();
llxFooter("$Date: 2011/07/02 17:33:24 $ - $Revision: 1.25 $");
llxFooter("$Date: 2011/07/31 23:50:54 $ - $Revision: 1.26 $");
?>