summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-04-15 10:41:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-04-15 10:41:32 +0000
commit838c97945792884f228975c0955c3b78a2eb4345 (patch)
tree2f954c90eee6e776baeb2d19dc64e01f870bd981
parent0532fbbf95a230c46472c87e8d9f288e6a3de05a (diff)
downloadliberty-838c97945792884f228975c0955c3b78a2eb4345.tar.gz
liberty-838c97945792884f228975c0955c3b78a2eb4345.tar.bz2
liberty-838c97945792884f228975c0955c3b78a2eb4345.zip
merge tp_http_request with BitSystem::fetchRemoteFile, rename function to bit_http_request and clean up code
-rw-r--r--LibertyContent.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyContent.php b/LibertyContent.php
index a14d953..b3dafcc 100644
--- a/LibertyContent.php
+++ b/LibertyContent.php
@@ -3,7 +3,7 @@
* Management of Liberty content
*
* @package liberty
-* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.200 2007/04/15 09:53:50 squareing Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.201 2007/04/15 10:41:32 squareing Exp $
* @author spider <spider@steelsun.com>
*/
@@ -2149,7 +2149,7 @@ class LibertyContent extends LibertyBase {
return false;
// Request data for URL if nothing given in parameters
// (reuse $data var)
- if ($data == '') $data = http_request($url);
+ if ($data == '') $data = bit_http_request($url);
// If stuff inside [] is *really* malformatted, $data
// will be empty. -rlpowell