Changeset 1031 for branches/wheeljack/php
- Timestamp:
- 01/17/07 22:20:48 (2 years ago)
- Files:
-
- branches/wheeljack/php/lib/MTSerialize.php (modified) (1 diff)
- branches/wheeljack/php/lib/MTUtil.php (modified) (1 diff)
- branches/wheeljack/php/lib/MTViewer.php (modified) (1 diff)
- branches/wheeljack/php/lib/mtdb_base.php (modified) (1 diff)
- branches/wheeljack/php/lib/mtdb_mysql.php (modified) (1 diff)
- branches/wheeljack/php/lib/mtdb_postgres.php (modified) (1 diff)
- branches/wheeljack/php/lib/mtdb_sqlite.php (modified) (1 diff)
- branches/wheeljack/php/mt.php.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/php/lib/MTSerialize.php
r2 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/MTUtil.php
r1026 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/MTViewer.php
r837 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/mtdb_base.php
r830 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/mtdb_mysql.php
r752 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/mtdb_postgres.php
r821 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/lib/mtdb_sqlite.php
r617 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license. branches/wheeljack/php/mt.php.pre
r717 r1031 1 1 <?php 2 # Copyright 2001-200 6Six Apart. This code cannot be redistributed without2 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without 3 3 # permission from www.sixapart.com. For more information, consult your 4 4 # Movable Type license.
