/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to trunk/DuggaSys/quizAjax/checkStudentCourseOccasion.php

  • Committer: galaxyAbstractor
  • Date: 2013-03-28 16:05:02 UTC
  • mfrom: (4.11.3 GammaBear)
  • mto: (4.7.12 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: galaxyabstractor@gmail.com-20130328160502-3k3s9rk5zf960s40
MergedĀ patriksĀ changesĀ ?

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
$count=$stmt->fetchColumn();
29
29
 
30
 
if($count==1){
 
30
if($count==1) {
31
31
        echo json_encode(array('loginSuccess' => 'true'));
32
32
} else {
33
33
        echo json_encode(array('loginSuccess' => 'false'));