Merge remote branch 'upstream/master'

This commit is contained in:
habeascodice
2014-09-29 15:46:56 -07:00
7 changed files with 1989 additions and 1372 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ function load_pconfig($uid) {
* @return mixed Stored value or false if it does not exist
*/
function get_pconfig($uid, $family, $key, $instore = false) {
logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG);
// logger('include/config.php: get_pconfig() deprecated instore param used', LOGGER_DEBUG);
global $a;
if($uid === false)