projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874242c
)
First 4.0 bug - missing ./
author
chriskl
<chriskl>
Wed, 16 Nov 2005 07:57:34 +0000
(07:57 +0000)
committer
chriskl
<chriskl>
Wed, 16 Nov 2005 07:57:34 +0000
(07:57 +0000)
classes/Misc.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/Misc.php
b/classes/Misc.php
index c5c4c40e05770070c0db0a326b9ad1bccfb40892..b266993ef46dec4d5179cc2986cc1918e6f8be64 100644
(file)
--- a/
classes/Misc.php
+++ b/
classes/Misc.php
@@
-2,7
+2,7
@@
/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.11
3 2005/11/13 08:38:43
chriskl Exp $
+ * $Id: Misc.php,v 1.11
4 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;