/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to php/showinterest.php

  • Committer: Daniel Johansson
  • Date: 2013-04-14 05:10:39 UTC
  • Revision ID: maila@danieljohansson.nu-20130414051039-rs72wxozzalakqtu
added support for accepts and declines in a ugly way

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                $relationquery = $relationinfo->fetchAll();
31
31
                if($relationquery != array()) {
32
32
                        echo $profilename . ' vill gärna äta lunch med dig också, skicka ett mail och bestäm träff!';
 
33
                        include 'planlunch.php';
 
34
                        include 'showlunchsuggestions.php';
33
35
                }
34
36
        } else {
35
37
                echo 'Vill du gå på lunch med den här personen?';