diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-01 15:11:44 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-01 15:11:44 +0000 |
| commit | 47b52b0646f7e9bc47a7657551f0f2405466ca14 (patch) | |
| tree | 95b67c4b3551954c897fe489c9f424aebb7f254b /BitInstaller.php | |
| parent | c0248e5be95e5374f23c54cb533b11441a50a3a3 (diff) | |
| download | install-47b52b0646f7e9bc47a7657551f0f2405466ca14.tar.gz install-47b52b0646f7e9bc47a7657551f0f2405466ca14.tar.bz2 install-47b52b0646f7e9bc47a7657551f0f2405466ca14.zip | |
update function names to new names in preflight_inc.php
Diffstat (limited to 'BitInstaller.php')
| -rw-r--r-- | BitInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitInstaller.php b/BitInstaller.php index 17cb083..99c78a0 100644 --- a/BitInstaller.php +++ b/BitInstaller.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.24 2007/01/06 09:46:16 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.25 2007/03/01 15:11:44 squareing Exp $ * @package install */ @@ -58,7 +58,7 @@ class BitInstaller extends BitSystem { $wwwuser = ''; $wwwgroup = ''; - if (isWindows()) { + if (is_windows()) { $wwwuser = 'SYSTEM'; $wwwgroup = 'SYSTEM'; |
