summaryrefslogtreecommitdiff
path: root/edition_edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-20 16:24:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-20 16:24:47 +0000
commit04d62fc677228a82fe01608857620b92fc32abba (patch)
tree11184461600412d39af696ce5cd95547a3af6486 /edition_edit.php
parent83fb1a276df08d0bba446eb9d945f0d5bdd90aea (diff)
downloadnewsletters-04d62fc677228a82fe01608857620b92fc32abba.tar.gz
newsletters-04d62fc677228a82fe01608857620b92fc32abba.tar.bz2
newsletters-04d62fc677228a82fe01608857620b92fc32abba.zip
remove tiki_ permission prefix and remove tiki_ prefix from constraints
Diffstat (limited to 'edition_edit.php')
-rw-r--r--edition_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/edition_edit.php b/edition_edit.php
index c5b057c..b457508 100644
--- a/edition_edit.php
+++ b/edition_edit.php
@@ -65,10 +65,10 @@ if (isset($_REQUEST["preview"])) {
} elseif (isset($_REQUEST["save"])) {
if( $gContent->store( $_REQUEST ) ) {
// Add the content to the search index
- if( $gBitSystem->isPackageActive( 'search' ) and $gBitSystem->isFeatureActive("search_index_on_submit")) {
- require_once( SEARCH_PKG_PATH.'refresh_functions.php');
- refresh_index_tiki_content($gContent->mContentId);
- }
+// if( $gBitSystem->isPackageActive( 'search' ) and $gBitSystem->isFeatureActive("search_index_on_submit")) {
+// require_once( SEARCH_PKG_PATH.'refresh_functions.php');
+// refresh_index_tiki_content($gContent->mContentId);
+// }
header( 'Location: '.$gContent->getDisplayUrl() );
die;
} else {