1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

removed stupid debug code

This commit is contained in:
Savetheinternet 2011-07-30 22:59:05 +10:00
parent be80dd0ab8
commit 353a87ae20

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});
?>