2
0
forked from Wavyzz/dolibarr

Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin
2011-08-27 14:24:16 +00:00
parent 38b5347d07
commit 726d9581dd
538 changed files with 869 additions and 1160 deletions

View File

@@ -15,14 +15,12 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: fckeditor.php,v 1.34 2011/08/17 15:56:23 eldy Exp $
*/
/**
* \file htdocs/admin/fckeditor.php
* \ingroup fckeditor
* \brief Page d'activation du module FCKeditor dans les autres modules
* \version $Revision: 1.34 $
*/
require("../main.inc.php");
@@ -172,5 +170,5 @@ print $conf->global->FCKEDITOR_TEST;
$db->close();
llxFooter('$Date: 2011/08/17 15:56:23 $ - $Revision: 1.34 $');
llxFooter();
?>