From 1e339ca434717f7c7ac3db84e81034cd9cda4bf1 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 16 Nov 2005 07:57:34 +0000 Subject: [PATCH] First 4.0 bug - missing ./ --- classes/Misc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Misc.php b/classes/Misc.php index c5c4c40e..b266993e 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.113 2005/11/13 08:38:43 chriskl Exp $ + * $Id: Misc.php,v 1.114 2005/11/16 07:57:34 chriskl Exp $ */ class Misc { @@ -1575,7 +1575,7 @@ uasort($srvs, '_cmp_desc'); if ($recordset) { - include_once('classes/ArrayRecordSet.php'); + include_once('./classes/ArrayRecordSet.php'); return new ArrayRecordSet($srvs); } return $srvs; -- 2.39.5