/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: Gustav Hatvigsson
  • Date: 2013-04-14 04:18:41 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: gustav.hartvigsson@gmail.com-20130414041841-6agp3la7h4kjztot
Seperated out the salt into its own file.

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';
35
33
                }
36
34
        } else {
37
35
                echo 'Vill du gå på lunch med den här personen?';