Changeset 31780 for extensions


Ignore:
Timestamp:
Apr 2, 2017, 10:12:28 AM (7 years ago)
Author:
romanf
Message:

Fixes and UI change to show delay in s instead of ms

Location:
extensions/MenuRandomPhoto
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/MenuRandomPhoto/admin.php

    r30050 r31780  
    2020    $conf['MRP']['title'] = '';
    2121  if (isset($_POST['delay']))
    22     $conf['MRP']['delay'] = $_POST['delay'];
     22    $conf['MRP']['delay'] = $_POST['delay']*1000;
    2323  else
    2424    $conf['MRP']['delay'] = 0;
  • extensions/MenuRandomPhoto/main.inc.php

    r30080 r31780  
    22/*
    33Plugin Name: Menu Random Photo
    4 Version: auto
     4Version: 2.7.c
    55Description: Adds a random picture block into menu
    6 Plugin URI: auto
     6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=778
    77Author: JanisV
     8Fixes: romanf
    89*/
    910
     
    238239  return $menu;
    239240}
    240 
    241 ?>
Note: See TracChangeset for help on using the changeset viewer.