function hacked_project_nocache_load in Hacked! 5
Same name and namespace in other branches
- 6 hacked.module \hacked_project_nocache_load()
Menu loader for loading a project from its short name.
In this function we call the calculate function both the update module and our hacked module. This may mean we return FALSE when there is no internet connection.
Parameters
$short_name The short name of the project to load.:
1 call to hacked_project_nocache_load()
File
- ./
hacked.module, line 143 - The Hacked! module, shows which project have been changed since download.
Code
function hacked_project_nocache_load($short_name) {
return hacked_project_load($short_name, TRUE);
}