/src/options_order.php

Description

options_order.php

Displays messagelist column order options

Includes
require ('../include/init.php') (line 20)

Include the SquirrelMail initialization file.

require_once (SM_PATH.'functions/forms.php') (line 23)
Functions
change_columns_list (line 91)

Change the column order of a mailbox

  • return: A change in the ordered list took place.
bool change_columns_list ( &$index_order, string $method, int $num, [int $pos = 0], array $index_order)
  • array $index_order: (reference) contains an ordered list with columns
  • string $method: action to take, move, add and remove are supported
  • int $num: target column
  • int $pos: positions to move a column in the index_order array
  • &$index_order

Documentation generated on Mon, 13 Jan 2020 04:23:18 +0100 by phpDocumentor 1.4.3