fixed cmd_listrank
authorpk910 <philipp@zoelle1.de>
Mon, 3 Oct 2011 12:45:54 +0000 (14:45 +0200)
committerpk910 <philipp@zoelle1.de>
Mon, 3 Oct 2011 12:45:54 +0000 (14:45 +0200)
src/cmd_neonserv_listrank.c

index b2cf904bd3050ba407cd00e581be245da4d25579..f110584f458d7d27b15618550aa4a6cd63cdb0e2 100644 (file)
@@ -26,6 +26,7 @@ CMD_BIND(neonserv_cmd_listrank) {
         res2 = mysql_use();
         row = mysql_fetch_row(res2);
         content[2] = row[0];
+        table_add(table, content);
     }
     //send the table
     char **table_lines = table_end(table);