1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Shortcode fixes and introduction of new format. {SC: get-string} eg. {MYSHORTCODE:w=100&h=50}

This is returned to the shortcode as an array('w'=>100, 'h'=>50);  Use {SETIMAGE:w=100} to set the default thumbnail width.
This commit is contained in:
Cameron
2013-03-11 05:11:58 -07:00
parent 58ef32c990
commit 5436e861f5
3 changed files with 32 additions and 10 deletions

View File

@@ -96,6 +96,15 @@ class _system_cron
// Very basic and needs improvement. (for large DBs)
function dbBackup()
{
$sql = e107::getDb();
$sql->backup('*');
return;
require(e_BASE."e107_config.php");
$sql = e107::getDb();