diff options
Diffstat (limited to 'plugins/mime.pbase.php')
| -rw-r--r-- | plugins/mime.pbase.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mime.pbase.php b/plugins/mime.pbase.php index b391c10..cdb323b 100644 --- a/plugins/mime.pbase.php +++ b/plugins/mime.pbase.php @@ -1,9 +1,9 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pbase.php,v 1.6 2008/09/15 10:32:07 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pbase.php,v 1.7 2009/04/29 14:29:24 wjames5 Exp $ * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * created Thursday May 08, 2008 * @package liberty * @subpackage liberty_mime_handler @@ -16,7 +16,7 @@ global $gLibertySystem; /** * This is the name of the plugin - max char length is 16 - * As a naming convention, the treasury mime handler definition should start with: + * As a naming convention, the liberty mime handler definition should start with: * PLUGIN_MIME_GUID_ */ define( 'PLUGIN_MIME_GUID_PBASE', 'mimepbase' ); |
