Never had a deeper look in the problem but a short grep of TYPO3 itself  is 
showing this:

$ grep -r "###STORAGE_PID###" ./
/sysext/backend/Classes/Utility/BackendUtility.php:     * ###STORAGE_PID###
/sysext/backend/Classes/Utility/BackendUtility.php:                
'###STORAGE_PID###',
/sysext/felogin/Classes/Controller/FrontendLoginController.php:                    
$markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Classes/Controller/FrontendLoginController.php:        
$markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Classes/Controller/FrontendLoginController.php:        
$markerArray['###STORAGE_PID###'] = $this->spid;
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html:        
<li>###STORAGE_PID###    - explicit enough I guess (if not : id of the page where 
user are stor                     ed)</li>
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html:                <input type="hidden" 
name="pid" value="###STORAGE_PID###" />
/sysext/felogin/Resources/Private/Templates/FrontendLogin.html:                <input type="hidden" 
name="pid" value="###STORAGE_PID###" />

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to