Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Comparing files comprofiler.html.php.orig and COMPROFILER.HTML.PHP
***** comprofiler.html.php.orig
262: ;
263: ?>
***** COMPROFILER.HTML.PHP
262: ;
263:
264: /*Modification to allow javascript loading at the end of edit starts*/
265:
266: global $_PLUGINS;
267: $_PLUGINS->trigger( 'onAfterUserProfileEditDisplay', array($user,true));
268:
269: /*Modification to allow javascript loading at the end of edit ends*/
270:
271: ?>
*****
***** comprofiler.html.php.orig
1300: <?php
1301: }
***** COMPROFILER.HTML.PHP
1308: <?php
1309:
1310: /*Modification to allow javascript loading at the end of registration starts*/
1311:
1312: global $_PLUGINS;
1313: $_PLUGINS->trigger( 'onAfterRegisterUserDisplay', null);
1314:
1315: /*Modification to allow javascript loading at the end of registration ends*/
1316:
1317: }
*****
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.