Skip to content

Commit

Permalink
Correcao no id
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurjf committed Jul 30, 2022
1 parent 470e2a2 commit 9c056cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/AlunoManipulaDados.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function validarLogin($login, $password)

public function getMeusCertificados($alunoId)
{
$this->sql = "SELECT * FROM tb_certificado WHERE tb_certificado.id_aluno = 6;";
$this->sql = "SELECT * FROM tb_certificado WHERE tb_certificado.id_aluno = $alunoId;";

$this->qr = self::execSQL($this->sql);

Expand Down

0 comments on commit 9c056cc

Please sign in to comment.