clean()

Removes all pictures from an fglgallery.

Syntax

clean( id SMALLINT )
  1. id is the fglgallery identifier, as returned by the create() function.

Usage

This function removes all pictures from the fglgallery.

The id parameter is the fglgallery handler returned by the create() function.

The cleaned gallery is automatically displayed to the end user.

Example

CALL fglgallery.clean( id )