This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
boinc
mirror of
https://github.com/BOINC/boinc.git
Watch
1
Star
0
Fork
You've already forked boinc
0
Code
Issues
1
Packages
Projects
Releases
Wiki
Activity
462bb9d09c
boinc
/
drupal
/
sites
/
all
/
features
/
user_preferences
/
user_preferences.module
4 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial features release Packaged and configured the highest priority features (and a few others...) for deployment testing
2013-01-10 04:17:37 +00:00
<?php
Fixed include in User preferences feature The user_preferences.module file did not automatically include the user_preferences.features.inc file! (DBOINCP-41)
2014-09-09 13:34:30 +00:00
include_once('user_preferences.features.inc');