Ignore:
Timestamp:
May 27, 2011, 5:56:35 PM (13 years ago)
Author:
Mattias
Message:
  • image.php

created

  • maintain.inc.php:

?> tag added
"desc" changed in "descr" (in a query)
bug commented away in plugin_activate()
(hence the warning for our plugin i guess)

  • main.inc.php

added comment
included image.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/maintain.inc.php

    r10973 r11075  
    2929      name varchar(255) UNIQUE NOT NULL,
    3030      url varchar(255) NOT NULL,
    31       desc text DEFAULT NULL,
     31      descr text DEFAULT NULL,
    3232      visible bool DEFAULT 0,
    3333      PRIMARY KEY (cr_id)
     
    4646
    4747function plugin_activate() {
    48   global $prefixeTable;
     48  /*global $prefixeTable;
    4949
    5050  $query = "
     
    5555  if (0 == $counter) {
    5656    copyrights_create_default();
    57   }
     57  }*/
    5858}
    5959
     
    143143  );
    144144}
     145
     146?>
Note: See TracChangeset for help on using the changeset viewer.