1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

removed stupid debug code

This commit is contained in:
Savetheinternet 2011-07-30 22:59:05 +10:00
parent c51c59c20c
commit 1fe672fed2

View File

@ -2300,7 +2300,5 @@
// Close the connection in-case it's still open
sql_close();
foreach(array_keys(get_defined_vars()) as $name) if($name[0] != '_') unset(${$name});
?>