HOR-1932
HOR-1932 HOR-1932
This commit is contained in:
@@ -91,9 +91,11 @@ $oCase = new Cases();
|
|||||||
$Fields = $oCase->loadCase( $_SESSION['APPLICATION'] );
|
$Fields = $oCase->loadCase( $_SESSION['APPLICATION'] );
|
||||||
|
|
||||||
$G_PUBLISH = new Publisher();
|
$G_PUBLISH = new Publisher();
|
||||||
|
$ex = 0;
|
||||||
if (! isset( $_GET['ex'] )) {
|
if (! isset( $_GET['ex'] ) || empty($_GET['ex'])) {
|
||||||
$_GET['ex'] = 0;
|
$_GET['ex'] = 0;
|
||||||
|
} else {
|
||||||
|
$ex = $filter->xssFilterHard($_GET['ex']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! isset( $_GET['INP_DOC_UID'] )) {
|
if (! isset( $_GET['INP_DOC_UID'] )) {
|
||||||
@@ -139,7 +141,7 @@ G::RenderPage( 'publish', 'blank' );
|
|||||||
//Deprecated Section since the interface are now movig to ExtJS
|
//Deprecated Section since the interface are now movig to ExtJS
|
||||||
function setSelect()
|
function setSelect()
|
||||||
{
|
{
|
||||||
var ex=<?php echo $filter->xssFilterHard($_GET['ex'])?>;
|
var ex=<?php echo $ex; ?>;
|
||||||
try {
|
try {
|
||||||
for (i=1; i<50; i++) {
|
for (i=1; i<50; i++) {
|
||||||
if (i == ex) {
|
if (i == ex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user