CODE STYLE class.processMap.php

This commit is contained in:
Fernando Ontiveros
2012-10-10 01:31:49 -04:00
parent 1a92713791
commit a7c2acacf6
3 changed files with 251 additions and 215 deletions

View File

@@ -131,11 +131,8 @@ if ($oServerConf->getProperty ('LOGIN_NO_WS')) {
$G_PUBLISH->AddContent ('xmlform', 'xmlform', 'login/sysLogin', '', $aField, 'sysLogin');
}
//g::dump($G_PUBLISH);
G::RenderPage ("publish");
?>
<script type="text/javascript">
var oInfoPanel;
@@ -186,3 +183,6 @@ G::RenderPage ("publish");
oInfoPanel.addContent(oRPC.xmlhttp.responseText);
};
</script>
<?php