diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
| commit | 065390ab852a58a14c6339e90dfb0d7eced2afba (patch) | |
| tree | d112df21749dc050030bf4b665da4e3755a3a9f4 /plugins/data.split.php | |
| parent | 300a03c554874c55d3a6861450a7c780e19c89f4 (diff) | |
| download | liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.gz liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.bz2 liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.zip | |
merge recent changes into HEAD
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 8567431..66cb3d5 100644 --- a/plugins/data.split.php +++ b/plugins/data.split.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @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.4 2005/08/07 17:40:31 squareing Exp $ +// $Id: data.split.php,v 1.5 2005/11/22 07:27:18 squareing Exp $ /** * definitions @@ -64,7 +64,7 @@ function wikiplugin_split($data, $params) { // Remove first <ENTER> if exists... // it may be here if present after {SPLIT()} in original text if (substr($data, 0, 1) == "\n") $data = substr($data, 1); - extract ($params); + extract ($params, EXTR_SKIP); $fixedsize = (!isset($fixedsize) ? true : false); $joincols = (!isset($joincols) ? true : false); // Split data by rows and cells |
