1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Warn to use 'split' , not 'preg_split' (#3013)

Should have warned user to look for 'split' instead of 'preg_split'
I've retained the new tags, etc. that were put in earlier today
by Jeremy.
This commit is contained in:
Marxsal 2017-11-15 09:24:28 -08:00 committed by Jeremy Ruston
parent 06fa483b7d
commit e64c42e661

View File

@ -3,7 +3,7 @@ created: 20140111091844267
delivery: DIY
description: DIY script you can install on your own server
method: save
modified: 20171114212220389
modified: 20171115171431733
tags: Saving PHP
title: Saving on a PHP Server
type: text/vnd.tiddlywiki
@ -44,4 +44,4 @@ php_value post_max_size 6M
!!! Note about possible error message
If you get an error message regarding `preg_split()`, you may need to change references to `preg_split` in ''store.php'' to function `explode` .
If you get an error message regarding `split()`, you may need to change references to `split` in ''store.php'' to function `explode` .