Text only
|
Text with Images
coppermine-gallery.com/forum
Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: dudah84 on September 11, 2019, 12:32:37 AM
Title:
Forgotten filter in profile.php?
Post by:
dudah84
on
September 11, 2019, 12:32:37 AM
I needed to use the filter in profile.php ('profile_add_data'), but once I'd implemented it, I realized it's output isn't used anywhere.
Replaced
Code
Select
Expand
make_form($display_profile_form_param, $form_data);
With
Code
Select
Expand
make_form($profile_data[0], $profile_data[1]);
Text only
|
Text with Images