Skip to content
Snippets Groups Projects
Commit 4223300e authored by yogeshwar's avatar yogeshwar
Browse files

Eall_Leads

parent d33a6ceb
No related branches found
No related tags found
No related merge requests found
...@@ -134,5 +134,6 @@ class VTEntityDelta extends VTEventHandler { ...@@ -134,5 +134,6 @@ class VTEntityDelta extends VTEventHandler {
} }
} }
}
} }
?> ?>
...@@ -21,6 +21,7 @@ $logsqltm = Logger::getLogger('SQLTIME'); ...@@ -21,6 +21,7 @@ $logsqltm = Logger::getLogger('SQLTIME');
// Callback class useful to convert PreparedStatement Question Marks to SQL value // Callback class useful to convert PreparedStatement Question Marks to SQL value
// See function convertPS2Sql in PearDatabase below // See function convertPS2Sql in PearDatabase below
#[\AllowDynamicProperties]
class PreparedQMark2SqlValue { class PreparedQMark2SqlValue {
// Constructor // Constructor
function __construct($vals){ function __construct($vals){
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<input type="hidden" name="relationOperation" value="{$RELATION_OPERATOR}" /> <input type="hidden" name="relationOperation" value="{$RELATION_OPERATOR}" />
<input type="hidden" name="sourceModule" value="{$PARENT_MODULE}" /> <input type="hidden" name="sourceModule" value="{$PARENT_MODULE}" />
<input type="hidden" name="sourceRecord" value="{$PARENT_ID}" /> <input type="hidden" name="sourceRecord" value="{$PARENT_ID}" />
{if $RELATION_FIELD_NAME} {if isset($RELATION_FIELD_NAME)}
<input type="hidden" name="{$RELATION_FIELD_NAME}" value="{$PARENT_ID}" /> <input type="hidden" name="{$RELATION_FIELD_NAME}" value="{$PARENT_ID}" />
{/if} {/if}
{/if} {/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment