summaryrefslogtreecommitdiff
path: root/framework/DataAccess/adodb/adodb-php4.inc.php
blob: 459aa6818166d5e266faae1226f517ab0e2acb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/*
  V4.72 21 Feb 2006  (c) 2000-2006 John Lim (jlim@natsoft.com.my). All rights reserved.
  Released under both BSD license and Lesser GPL library license. 
  Whenever there is any discrepancy between the two licenses, 
  the BSD license will take precedence.
  
  Set tabs to 4.
*/


class ADODB_BASE_RS {
}

?>