Fix: move class to class directory

This commit is contained in:
Regis Houssin 2010-04-28 14:48:36 +00:00
parent 752b5900eb
commit f6ed710056
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
*/
/**
\file htdocs/bookmarks/bookmark.class.php
\file htdocs/bookmarks/class/bookmark.class.php
\ingroup bookmark
\brief File the bookmark class
\version $Id$

View File

@ -26,7 +26,7 @@
require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/bookmarks/bookmark.class.php");
require_once(DOL_DOCUMENT_ROOT."/bookmarks/class/bookmark.class.php");
$langs->load("other");

View File

@ -24,7 +24,7 @@
*/
require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/bookmarks/bookmark.class.php");
require_once(DOL_DOCUMENT_ROOT."/bookmarks/class/bookmark.class.php");
$page=$_GET["page"];