Skip to content
Snippets Groups Projects
Commit 19f95012 authored by runemaster's avatar runemaster
Browse files

Now why would I want to write header.inc twice ... sheesh!

parent 8aeceaa4
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@ grp = http_request.query.msg_grp;
template.group=msg_area.grp[grp];
template.subs=new Array;
write_template("header.inc");
for(obj in http_request.query) {
if(obj.substr(0,4)=='sub-') {
sub = obj.slice(4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment