diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:11 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:11 +0000 |
| commit | 1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c (patch) | |
| tree | 0092f5a24ffb7fca352d6a5f69eacba5fde71bc5 /plugins/data.split.php | |
| parent | 0cca5428deb82c6e76859f034662a6cbbaa69b6e (diff) | |
| download | liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.tar.gz liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.tar.bz2 liberty-1a61ad61ec634313c7bf8b46b74c8dcd2fcc778c.zip | |
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'plugins/data.split.php')
| -rw-r--r-- | plugins/data.split.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.split.php b/plugins/data.split.php index 5e8d55d..e3a2468 100644 --- a/plugins/data.split.php +++ b/plugins/data.split.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package Liberty * @subpackage plugins_data */ @@ -18,7 +18,7 @@ // | by: StarRider <starrrider@users.sourceforge.net> // | Reworked from: wikiplugin_split.php - see deprecated code below // +----------------------------------------------------------------------+ -// $Id: data.split.php,v 1.2 2005/06/28 07:45:48 spiderr Exp $ +// $Id: data.split.php,v 1.3 2005/07/17 17:36:10 squareing Exp $ /** * definitions @@ -33,7 +33,7 @@ $pluginParams = array ( 'tag' => 'SPLIT', // 'title' => 'Split', // and Remove the comment from the start of this line 'help_page' => 'DataPluginSplit', 'description' => tra("This plugin is used to split a page in two or more columns using __-~045~-__ as a seperator."), - 'help_function' => 'data__split_help', + 'help_function' => 'data_split_help', 'syntax' => "{SPLIT joincols= fixedsize= }{SPLIT}", 'plugin_type' => DATA_PLUGIN ); |
