/[corp_html]/back/history/index.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/index.php

Parent Directory Parent Directory | Revision Log Revision Log


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

1 <?
2 include_once( "global.php" );
3 include_once( "dbconnect.php" );
4 include_once( "$phormationdir/displaytable.php" );
5
6 $params["query"] = "select num,year,description from history";
7 $params["defaultsort"] = "num";
8 $params["editlink"] = "detail.php";
9 $params["newlink"] = "detail.php";
10 $params["addmultiplelink"] = "multi.php";
11 $params["delquery"] = "delete from history where num = ";
12 $params["key"] = "num";
13
14 table_index( $fields, $names, $params );
15 ?>

  ViewVC Help
Powered by ViewVC 1.1.26