diff --git a/segments/_myFriendsBook.php b/segments/_myFriendsBook.php
index ec65fd2..312dc1c 100644
--- a/segments/_myFriendsBook.php
+++ b/segments/_myFriendsBook.php
@@ -7,6 +7,20 @@
Want more entrys? Go and invite your friends with the friendsTAN
+
+
+
Deine unbenutzen Tans:
+ prepare("SELECT id FROM tans WHERE userID = '$uID' AND `used` = false ");
+ $stmt->execute();
+ $result = $stmt->get_result();
+ while ($object = $result->fetch_object()) {
+ echo $object->id . " | ";
+ }
+ ?>
+