Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yashed committed Apr 25, 2024
1 parent d522cd7 commit d8bd84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/sar.php
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ public function examination($method = null, $id = null)

//generate updated marksheet as csv file
if (!empty($resultSubCode)) {
// updateMarksheet($fileName, $examResults, $newFileName);
updateMarksheet($fileName, $examResults, $newFileName);
}

$data['subjectDetails'] = $subjectDetails;
Expand Down
2 changes: 1 addition & 1 deletion app/core/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public function joinWhere($tables, $columns, $conditions, $whereConditions, $gro
if ($limit) {
$query .= " LIMIT $limit";
}
show($query);
// show($query);
// Execute the query
return $this->query($query);
}
Expand Down

0 comments on commit d8bd84b

Please sign in to comment.