HOR-282 Cleaned up some debugging. Fixed a stray missing close parenthesis
This commit is contained in:
@@ -313,7 +313,7 @@ class adminProxy extends HttpProxyController
|
||||
public function testingOption($params)
|
||||
{
|
||||
$data['success'] = true;
|
||||
$data['optionAuthS'] = htmlspecialchars($params->optionAuthS;
|
||||
$data['optionAuthS'] = htmlspecialchars($params->optionAuthS);
|
||||
return $data;
|
||||
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ $proUid = isset($_POST["proUid"])? $_POST["proUid"] : "";
|
||||
$fieldName = isset($_POST["fieldName"])? $_POST["fieldName"] : "";
|
||||
|
||||
$filename = $proUid . PATH_SEP . $dynUid . ".xml";
|
||||
var_dump($filename);
|
||||
$G_FORM = new xmlform();
|
||||
$G_FORM->home = PATH_DYNAFORM;
|
||||
$G_FORM->parseFile($filename, SYS_LANG, true);
|
||||
|
||||
@@ -122,6 +122,7 @@ switch($req){
|
||||
$criteria->setLimit($limit);
|
||||
$criteria->setOffset($start);
|
||||
}
|
||||
|
||||
$result = AppEventPeer::doSelectRS($criteria);
|
||||
$result->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||
$data = Array();
|
||||
|
||||
Reference in New Issue
Block a user