/[corp_html]/back/history/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /back/history/global.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed Feb 28 14:17:01 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
history backend

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $fields[] = "num"; $names[] = "Ordinal numer";
6 $types[]="type=text&length=3&required=1&default=999";
7
8 $fields[] = "year"; $names[] = "Year";
9 $types[]="type=text&width=4&length=4&required=1&default=2001";
10
11 $fields[] = "description"; $names[] = "Description";
12 $types[]="type=text&width=50&height=4&length=8192";
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26