Browse Source

Merge pull request #80 from NIBOGO/master

A new integration hook
emanuele45 12 years ago
parent
commit
4887d696b2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Sources/Subs.php

+ 3 - 0
Sources/Subs.php

@@ -341,6 +341,9 @@ function updateMemberData($members, $data)
 	$knownFloats = array(
 		'time_offset',
 	);
+	
+	// Allow mods access for knownInts and knownFloats
+	call_integration_hook('integrate_known_numbers', array(&$knownInts, &$knownFloats));
 
 	$setString = '';
 	foreach ($data as $var => $val)