Skip to content

Instantly share code, notes, and snippets.

@dadamssg
Created October 17, 2013 18:12
Show Gist options
  • Save dadamssg/7029609 to your computer and use it in GitHub Desktop.
Save dadamssg/7029609 to your computer and use it in GitHub Desktop.
line 3202
<?php
//more code
if (false) {
$multiQuery = "";
foreach($queryDeleteArray as $inx => $singleQuery) {
$multiQuery .= $singleQuery . $this->getSql()->getMultiStatementDelimiter();
}
$this->getSql()->doExec($multiQuery);
} else {
$class = get_class($this);
if (strcasecmp($class, "C2AccessLog") == 0) {
//more code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment