Merge branch 'master' of github.com:alopexc0de/GAMA-Site

This commit is contained in:
alopexc0de 2012-11-16 20:21:57 -05:00
commit 64ef722a70

View File

@ -23,7 +23,7 @@ function cln_file_name($string) {
}
function get_ext($name) {
$name = substr(strrchr($key, "."), 1);
$name = substr(strrchr($name, "."), 1);
return $name;
}
?>