From 70306a4c75ddd70eb4886496df2bee63e0b09ac4 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 20 Jun 2009 09:19:11 -0400
Subject: [PATCH] - support PEAR::Net_* in __autoload()
---
program/include/iniset.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 4b87985..8905161 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -83,12 +83,14 @@
$filename = preg_replace(
array('/MDB2_(.+)/',
'/Mail_(.+)/',
+ '/Net_(.+)/',
'/^html_.+/',
'/^utf8$/',
'/html2text/'
),
array('MDB2/\\1',
'Mail/\\1',
+ 'Net/\\1',
'html',
'utf8.class',
'lib/html2text' // see #1485505
--
Gitblit v1.9.1