/dd/ -> 0_0036_inc.php
1  <?php
2  
3  // 0_0036_inc.php - See code
4  // 0_0036_inc.php - author: Nico Stuurman
5  
6    /***************************************************************************
7    * Copyright (c) 2002 by Nico Stuurman                                      *
8    * ------------------------------------------------------------------------ *
9    * This code is part of phplabware (http://phplabware.sf.net)               *
10    *                                                                          *
11    *                                                                          *
12    *  This program is free software; you can redistribute it and/or modify it *
13    *  under the terms of the GNU General Public License as published by the   *
14    *  Free Software Foundation; either version 2 of the License, or (at your  *
15    *  option) any later version.                                              *
16    \**************************************************************************/ 
17  
18  // Add column plugin_code to tableoftables
19  $r=$db->Execute ("ALTER TABLE tableoftables ADD COLUMN plugin_code text");
20  
21  ?>