diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-09 17:39:30 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-09 17:39:30 +0000 |
| commit | b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52 (patch) | |
| tree | 6d3fa744a5ca60b9da66981b9bb5b991eae9dbd2 | |
| parent | ca4be8749325aa359085fd4b79c7242cea10c24a (diff) | |
| download | kernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.tar.gz kernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.tar.bz2 kernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.zip | |
Tiki what?
| -rwxr-xr-x | BitSystem.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitSystem.php b/BitSystem.php index 833cd8f..47acc9a 100755 --- a/BitSystem.php +++ b/BitSystem.php @@ -3,7 +3,7 @@ * Main bitweaver systems functions * * @package kernel - * @version $Header: /cvsroot/bitweaver/_bit_kernel/BitSystem.php,v 1.222 2009/10/02 21:22:56 dansut Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_kernel/BitSystem.php,v 1.223 2009/11/09 17:39:30 wjames5 Exp $ * @author spider <spider@steelsun.com> */ // +----------------------------------------------------------------------+ @@ -36,7 +36,7 @@ define( 'HOMEPAGE_LAYOUT', 'home' ); * * Purpose: * - * This is the main system class that does the work of seeing Tiki has an + * This is the main system class that does the work of seeing bitweaver has an * operable environment and has methods for modifying that environment. * * Currently gBitSystem derives from this class for backward compatibility sake. |
