Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
actions
profile
fields
reorder.php
Go to the documentation of this file.
1
<?php
7
$ordering
=
get_input
(
'fieldorder'
);
8
9
elgg_save_config
(
'profile_custom_fields'
,
$ordering
);
elgg_save_config
elgg_save_config($name, $value, $site_guid=0)
Save a configuration setting.
Definition:
configuration.php:133
get_input
get_input($variable, $default=null, $filter_result=true)
Get some input from variables passed submitted through GET or POST.
Definition:
input.php:27
$ordering
$ordering
Elgg profile plugin reorder fields.
Definition:
reorder.php:7
Generated on Wed Oct 16 2024 00:01:17 for Elgg by
1.8.11