mention design of cards and project page for those cards on about page
[e-DoKo.git] / include / user.php
index 546ea8d0470ed0e494701c23882055fdd6528877..65544f56fc020999d9b0c29d576d9c9dbc8515ab 100644 (file)
@@ -160,7 +160,7 @@ else
                           " G.session".
                           " FROM Hand".
                           " LEFT JOIN Game G ON G.id=Hand.game_id".
-                          " WHERE user_id='$myid'".
+                          " WHERE user_id=".DB_quote_smart($myid).
                           " ORDER BY G.session,G.create_date" );
 
        /* sort into active and passive sessions */