IMPROVEMENT

This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-03-06 12:29:16 -04:00
parent e1a7ee1b89
commit 1c8441129d
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ class pmDynaform
if ($json->dbConnection !== "none" && $json->sql !== "") {
$cnn = Propel::getConnection($json->dbConnection);
$stmt = $cnn->createStatement();
$rs = $stmt->executeQuery(\G::replaceDataField($json->sql, array()), \ResultSet::FETCHMODE_NUM);
$rs = $stmt->executeQuery(strtoupper($json->sql), \ResultSet::FETCHMODE_NUM);
while ($rs->next()) {
$row = $rs->getRow();
$option = array(