Changeset 27707


Ignore:
Timestamp:
Mar 12, 2014, 10:43:51 AM (10 years ago)
Author:
JanisV
Message:

Fixed association with physical album

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/physical2virtual/main.inc.php

    r27696 r27707  
    22/*
    33Plugin Name: physical2virtual
    4 Version: 2.6.i
     4Version: 2.6.j
    55Description: Autoconvert physical albums to virtual
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=730
     
    113113      SELECT cat.id
    114114      FROM '.CATEGORIES_TABLE.' cat
    115       WHERE cat.dir IS NOT NULL
     115      WHERE cat.dir IS NULL
    116116    )
    117117  ;';
Note: See TracChangeset for help on using the changeset viewer.