diff options
| author | Christian Fowler <spider@viovio.com> | 2006-04-26 03:53:38 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-04-26 03:53:38 +0000 |
| commit | 6168d0c6a4f767ab77f61eaf1f6000906a0f9286 (patch) | |
| tree | ce1a90ee7408613411d8d41894bf643ab22ae331 /LibertySystem.php | |
| parent | 94a6775717822ad403da6549785cbfefcd2a6c9d (diff) | |
| download | liberty-6168d0c6a4f767ab77f61eaf1f6000906a0f9286.tar.gz liberty-6168d0c6a4f767ab77f61eaf1f6000906a0f9286.tar.bz2 liberty-6168d0c6a4f767ab77f61eaf1f6000906a0f9286.zip | |
remove accidental schema commit
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 2a9a85e..aa008dc 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.26 2006/04/15 01:36:47 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.27 2006/04/26 03:53:38 spiderr Exp $ * @author spider <spider@steelsun.com> */ @@ -35,6 +35,7 @@ define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' ); define( 'LIBERTY_SERVICE_SEARCH', 'search'); define( 'LIBERTY_SERVICE_RATING', 'rating'); define( 'LIBERTY_SERVICE_TRANSLATION', 'translation'); +define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration'); define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); define( 'LIBERTY_TEXT_AREA', 'editliberty'); define( 'LIBERTY_UPLOAD', 'upload'); |
