[PLUGINS] +pages
[ptitvelo/web/www.git] / www / plugins / pages / base / pages_tables.php
1 <?php
2 #---------------------------------------------------#
3 # Plugin : Pages #
4 # Auteur : RastaPopoulos #
5 # Licence : GPL #
6 #--------------------------------------------------------------- -#
7 # Documentation : http://www.spip-contrib.net/Plugin-Pages #
8 #-----------------------------------------------------------------#
9
10 if (!defined("_ECRIRE_INC_VERSION")) return;
11
12 function pages_declarer_tables_objets_sql($tables){
13
14 $tables['spip_articles']['field']['page'] = "VARCHAR(255) DEFAULT '' NOT NULL";
15 return $tables;
16
17 }
18
19 ?>