From 01b41453812dc7b990f03b81f85dcfb9a18076fd Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 11 Jun 2006 18:13:52 +0000 Subject: - fixed a few bugs - added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_db.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/acm/acm_db.php') diff --git a/phpBB/includes/acm/acm_db.php b/phpBB/includes/acm/acm_db.php index 00fa21430d..cbb8af31fc 100644 --- a/phpBB/includes/acm/acm_db.php +++ b/phpBB/includes/acm/acm_db.php @@ -10,7 +10,6 @@ /** * @package acm -* @ignore * ACM Database Caching */ class acm -- cgit v1.2.1