Browse Source

removed stupid debug code

pull/40/head
Savetheinternet 13 years ago
parent
commit
1fe672fed2
  1. 2
      mod.php

2
mod.php

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

Loading…
Cancel
Save