mgd_copy_style

Name

mgd_copy_style -- Copy a style

Synopsis

int mgd_copy_style(int id);

Description

Minimum version: Midgard 1.4 (Bifrost)

Copies the style record with id id.

Returns id of the created copy if successfull. Returns false on failure.

Example

<?php
  $newstyle = mgd_copy_style(1);
?>