From cac4247057ce6811f920d10661fc7ca80e121e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Oct 2006 12:25:01 +0000 Subject: Rename db_* files to drop useless _details part. --- chk_rel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chk_rel.php') diff --git a/chk_rel.php b/chk_rel.php index 10fcdde470..51d6a4afe4 100644 --- a/chk_rel.php +++ b/chk_rel.php @@ -7,7 +7,7 @@ * Gets some core libraries */ require_once('./libraries/common.lib.php'); -require_once('./libraries/db_details_common.inc.php'); +require_once('./libraries/db_common.inc.php'); require_once('./libraries/relation.lib.php'); -- cgit v1.2.3