Mercurial > hg > ywww
diff facebook/invite.php @ 15:385ddd7c4b55 testing
use test_db.php to get mysqld_test instance
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 19 Feb 2017 16:17:53 +0000 |
parents | 077b0a0a3e6d |
children |
line wrap: on
line diff
--- a/facebook/invite.php Sun Feb 19 16:17:25 2017 +0000 +++ b/facebook/invite.php Sun Feb 19 16:17:53 2017 +0000 @@ -35,7 +35,7 @@ $uid = $facebook->getUser(); $me = $facebook->api('/me'); - include "../../private/db.php"; + include "../../../private/db_test.php"; $Email = $me['email']; $FirstName = $me['first_name']; $Surname = $me['last_name']; @@ -55,7 +55,7 @@ //reset connection mysqli_close($link); - include "../../private/db.php"; + include "../../../private/db_test.php"; $sql3="SELECT FirstName, Surname, DisplayName, UserID from user WHERE Email ='$User'"; //echo $sql3;