Ignore:
Timestamp:
Jan 6, 2013, 11:24:30 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] modify ecard with new variables + replace table by div/span and css

File:
1 edited

Legend:

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

    r19732 r19925  
    66
    77if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    8 
    98
    109function plugin_install() {
     
    1716        // ecard description
    1817                $q = 'CREATE TABLE `' . $prefixeTable . 'ecard` (
    19                                           `numero` CHAR(15) not null,
     18                                          `numero` CHAR(64) not null,
    2019                                          `nomexp` CHAR(100) not null,
    2120                                          `nomdest` CHAR(100) not null,
Note: See TracChangeset for help on using the changeset viewer.