~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/_misc/_form.class.php

  • Committer: fplanque
  • Date: 2006-03-12 22:08:51 UTC
  • Revision ID: cvs-1:fplanque-20060312220851-zqs1uoq44tacpqqx
doc cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - {@link http://thequod.de/contact}.
11
11
 *
12
12
 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
13
 
 * {@internal
14
 
 * b2evolution is free software; you can redistribute it and/or modify
15
 
 * it under the terms of the GNU General Public License as published by
16
 
 * the Free Software Foundation; either version 2 of the License, or
17
 
 * (at your option) any later version.
18
 
 *
19
 
 * b2evolution is distributed in the hope that it will be useful,
20
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
 
 * GNU General Public License for more details.
23
 
 *
24
 
 * You should have received a copy of the GNU General Public License
25
 
 * along with b2evolution; if not, write to the Free Software
26
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
 
 * }}
28
 
 *
29
 
 * {@internal
 
13
 *
 
14
 * {@internal Open Source relicensing agreement:
30
15
 * Daniel HAHLER grants Francois PLANQUE the right to license
31
16
 * Daniel HAHLER's contributions to this file and the b2evolution project
32
17
 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
 
18
 *
33
19
 * PROGIDISTRI grants Francois PLANQUE the right to license
34
20
 * PROGIDISTRI's contributions to this file and the b2evolution project
35
21
 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
50
36
 * This will most probably cause problems, when nesting inputs. This should be refactored
51
37
 * to use a field_name-based member array. (blueyed)
52
38
 *
53
 
 * @version $Id: _form.class.php,v 1.4 2006/03/06 20:03:40 fplanque Exp $
 
39
 * @version $Id: _form.class.php,v 1.5 2006/03/12 23:09:01 fplanque Exp $
54
40
 */
55
41
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
56
42
 
2505
2491
 
2506
2492
/*
2507
2493
 * $Log: _form.class.php,v $
 
2494
 * Revision 1.5  2006/03/12 23:09:01  fplanque
 
2495
 * doc cleanup
 
2496
 *
2508
2497
 * Revision 1.4  2006/03/06 20:03:40  fplanque
2509
2498
 * comments
2510
2499
 *