mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 13:50:47 +02:00
Clean up of old preset_class code and tinymce fixes.
This commit is contained in:
@@ -56,19 +56,11 @@ $pst->id = array("admin_downloads","admin_dl_cat");
|
||||
$download = new download();
|
||||
// $adminDownload = new adminDownload();
|
||||
|
||||
$pst->save_preset(); // unique name(s) for the presets - comma separated.
|
||||
new plugin_download_admin();
|
||||
require_once(e_ADMIN."auth.php");
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
One form example (no arrays needed)
|
||||
$pst->form = "myform"; // form id of the form that will have it's values saved.
|
||||
$pst->page = "download.php?create"; // display preset options on which page.
|
||||
$pst->save_preset("admin_downloads"); // unique name for the preset
|
||||
*/
|
||||
/*
|
||||
|
||||
$rs = new form;
|
||||
|
@@ -579,8 +579,6 @@ $columnInfo = array(
|
||||
$download_status[0] = DOWLAN_122;
|
||||
$download_status[1] = DOWLAN_123;
|
||||
$download_status[2] = DOWLAN_124;
|
||||
$preset = $pst->read_preset("admin_downloads"); // read preset values into array
|
||||
extract($preset);
|
||||
|
||||
if (!$sql->db_Select("download_category"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user