summaryrefslogtreecommitdiff
path: root/BitInstaller.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-06 09:46:16 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-06 09:46:16 +0000
commitee96e9bfe1cf78061e7918e16be2a550105f7bb1 (patch)
treebbe536b5a45970515cfc382359255f468ae12379 /BitInstaller.php
parent8bd2c413764e64549bdcd9821c3d7df83d338da9 (diff)
downloadinstall-ee96e9bfe1cf78061e7918e16be2a550105f7bb1.tar.gz
install-ee96e9bfe1cf78061e7918e16be2a550105f7bb1.tar.bz2
install-ee96e9bfe1cf78061e7918e16be2a550105f7bb1.zip
rename some methods in BitDbBase to meet bitweaver standards. all changes backwards compatible with deprecated function call message.
Diffstat (limited to 'BitInstaller.php')
-rw-r--r--BitInstaller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/BitInstaller.php b/BitInstaller.php
index 63cacde..17cb083 100644
--- a/BitInstaller.php
+++ b/BitInstaller.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.23 2006/08/23 08:29:29 jht001 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.24 2007/01/06 09:46:16 squareing Exp $
* @package install
*/
@@ -359,7 +359,7 @@ function identifyBlobs($result) {
// enumerate blob fields and encoded
function convertBlobs($gDb, &$res, $blobs) {
foreach($blobs as $blob) {
- $res[$blob] = $gDb->db_byte_encode($res[$blob]);
+ $res[$blob] = $gDb->dbByteEncode($res[$blob]);
}
}