From c15441762c2f6ab4438eaf2854c0ee3146a98b30 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Fri, 25 May 2012 17:42:42 -0400 Subject: Pull out DB code from trusted user page * Move DB code in tu.php and tu.php and tu_list.php to new functions in accfuncs.inc.php * Centralization of DB code important in a future transition to PDO interface Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/tu_list.php | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'web/template/tu_list.php') diff --git a/web/template/tu_list.php b/web/template/tu_list.php index d8acd713..ce19da3c 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -14,9 +14,15 @@ - + - + @@ -34,23 +40,15 @@ - - - + + + -- cgit v1.2.3-24-g4f1b