X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=blobdiff_plain;f=src%2FInfoCon%2Fstempel%2Fstatus.wml;h=dd84a6fad027d691b95f446ed57e53aab57fcd30;hp=b7e548d9cd2061bb97eb9cdc403f2162dc1a4de2;hb=6e6c62dd725561a4fb6dc5fe1c0899e5f4915559;hpb=c4c2c3d96ca8f5cb34243ec1443b0654eba48723 diff --git a/src/InfoCon/stempel/status.wml b/src/InfoCon/stempel/status.wml index b7e548d..dd84a6f 100644 --- a/src/InfoCon/stempel/status.wml +++ b/src/InfoCon/stempel/status.wml @@ -21,18 +21,6 @@ return sprintf("
%d records updated.", $count); } - function load_customers() - { - global $dbh; - $info = array(); - - $sth = pg_exec ($dbh, 'SELECT short,name FROM stempel_customer'); - while ($row = pg_fetch_array ($sth)) - $info[$row['short']] = $row['name']; - - return $info; - } - $stati = false; function display_tables() {