shlist

share and manage lists between multiple people
Log | Files | Refs

commit 2e3d026987acfe0fa9d230e9bc2826a8089dd52b
parent d53a495f2289ca2a5ed728a69ab213a04b6e1701
Author: kyle <kyle@0x30.net>
Date:   Sat,  2 Jan 2016 12:30:02 -0700

sl: be more specific which table the column comes from

Diffstat:
Msl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sl b/sl @@ -705,7 +705,7 @@ sub prepare_stmt_handles { # lists/list_members compound queries $sql = qq{select lists.list_id, lists.name from lists, list_members where - lists.list_id = list_members.list_id and device_id = ?}; + lists.list_id = list_members.list_id and list_members.device_id = ?}; $stmt_handles{get_lists} = $dbh->prepare($sql); # list_members table