Merge remote branch 'upstream/master'

This commit is contained in:
norahmollo
2013-05-06 13:50:58 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -956,6 +956,11 @@ class System
$folderId = 'classic';
}
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
if ($partnerFlag && ($folderId == 'classic')){
continue;
}
$xmlConfiguration = file_get_contents( $configInformation );
$xmlConfigurationObj = G::xmlParser( $xmlConfiguration );

View File

@@ -555,6 +555,10 @@ var Conditional = function(DYN_UID){
}
this.saveCondition = function(){
if (!sessionPersits()) {
showPrompt('conditionalShowHide');
return;
}
var oTmp;
this.canSave = true;
oUID = getField('FCD_UID');