Skip to content
Snippets Groups Projects
Commit 877d5bc2 authored by chris's avatar chris
Browse files

cleanID fix

darcs-hash:20050818150303-50fdc-6428afd27509ca3d10aa887ab8925fc82f6943ba.gz
parent 493531a8
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ function getID($param='id'){
$id = urldecode($id);
$id = cleanID($id);
}
if(empty($id) && $param='id') $id = $conf['start'];
if(empty($id) && $param=='id') $id = $conf['start'];
return $id;
}
......
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