* typo3/init.php: Fixed bug #2871.
* t3lib/class.t3lib_befunc.php: Fixed bug #3106, Documentation of function storeHash differs between class befunc and class page
+ * class.em_xmlhandler.php: Small change to the inline code docs
2006-06-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
/**
* Enter description here...
*
- * @param unknown_type $extKey
- * @param [type] $version: ...
- * @return [type] ...
+ * @param string $extKey
+ * @param string $version: ...
+ * @return integer Review state, if none is set 0 is returned as default.
*/
function getReviewState($extKey, $version) {
if(!is_array($this->reviewStates)) $this->loadReviewStates();