Plugin Directory

Changeset 1094717


Ignore:
Timestamp:
02/19/2015 10:42:15 PM (11 years ago)
Author:
.dan
Message:

v1.1.2

Location:
smokesignal
Files:
19 added
3 edited

Legend:

Unmodified
Added
Removed
  • smokesignal/trunk/class.smokesignalgroup.php

    r1094694 r1094717  
    186186
    187187        $querystr = "
    188             SELECT u.display_name, u.id AS user_id, MAX(IF(g.id = $group_id, $group_id, 0)) AS group_id
     188            SELECT u.display_name, u.id AS user_id,
     189            IF(u.id IN (SELECT user_id FROM $table_users_groups WHERE group_id = $group_id), $group_id, 0)AS group_id
    189190            FROM $table_users u
    190             LEFT JOIN $table_users_groups ug ON u.id = ug.user_id
    191             LEFT JOIN $table_groups g ON ug.group_id = g.id
    192191            GROUP BY user_id
    193192            ORDER BY u.display_name
  • smokesignal/trunk/readme.txt

    r1094699 r1094717  
    2424
    2525== Changelog ==
    26 = 1.1.1 =
     26= 1.1.2 =
    2727* (Bugfix) Name of group was not inserted properly for some version of PHP
    2828
  • smokesignal/trunk/smoke-signal.php

    r1094699 r1094717  
    88 * Plugin URI: http://www.danielhrenak.sk
    99 * Description: A brief description of the plugin.
    10  * Version: 1.1.1
     10 * Version: 1.1.2
    1111 * Author: Daniel Hrenak
    1212 * Author URI: http://www.danielhrenak.sk
Note: See TracChangeset for help on using the changeset viewer.