summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-02 10:32:22 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-02 10:32:22 +0000
commitb5fdc17a04832f38819e61e5f7bf7b50feb39e1d (patch)
treed3957fa7769282c47c287143bcf9b5d04b088bc6 /plugins
parent44c930bf0a4e11dc03e12af7a024890338f5047b (diff)
downloadliberty-b5fdc17a04832f38819e61e5f7bf7b50feb39e1d.tar.gz
liberty-b5fdc17a04832f38819e61e5f7bf7b50feb39e1d.tar.bz2
liberty-b5fdc17a04832f38819e61e5f7bf7b50feb39e1d.zip
more detikification, moved content_templates related code to themes/BitTemplates.php, moved kernel/comm_lib.php to xmlrpc/
Diffstat (limited to 'plugins')
-rw-r--r--plugins/storage.lulu.php4
-rw-r--r--plugins/storage.pbase.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/storage.lulu.php b/plugins/storage.lulu.php
index b94387d..6f1d924 100644
--- a/plugins/storage.lulu.php
+++ b/plugins/storage.lulu.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* @package liberty
* @subpackage plugins_storage
*/
@@ -29,7 +29,7 @@ $gLibertySystem->registerPlugin( PLUGIN_GUID_LULU, $pluginParams );
/*
the lulu plugin doesn't need to do anything extra besides store the lulu image_id
- in tiki_attachment.foreign_id - which has already happened in LibertyAttachable::store().
+ in liberty_attachment.foreign_id - which has already happened in LibertyAttachable::store().
So, we don't need to even define this function
function lulu_store() {
}
diff --git a/plugins/storage.pbase.php b/plugins/storage.pbase.php
index d51aec7..b03ef96 100644
--- a/plugins/storage.pbase.php
+++ b/plugins/storage.pbase.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @package liberty
* @subpackage plugins_storage
*/
@@ -29,7 +29,7 @@ $gLibertySystem->registerPlugin( PLUGIN_GUID_PBASE, $pluginParams );
/*
the pbase plugin doesn't need to do anything extra besides store the pbase image_id
- in tiki_attachment.foreign_id - which has already happened in LibertyAttachable::store().
+ in liberty_attachment.foreign_id - which has already happened in LibertyAttachable::store().
So, we don't need to even define this function
function pbase_store() {
}