]> git.pld-linux.org Git - packages/php-pear-DB_DataObject.git/blame - DB_DataObject-PLD.patch
- fix License; rel 3
[packages/php-pear-DB_DataObject.git] / DB_DataObject-PLD.patch
CommitLineData
884f9fa9
ER
1--- DB_DataObject-1.8.4/DB_DataObject_createTables~ 2006-11-01 17:56:10.158482855 +0200
2+++ DB_DataObject-1.8.4/DB_DataObject_createTables 2006-11-01 17:57:42.950577364 +0200
3@@ -1,4 +1,4 @@
4-#!/usr/bin/php -q
5+#!/usr/bin/php
6 <?php
7 // +----------------------------------------------------------------------+
8 // | PHP Version 4 |
9@@ -33,7 +33,7 @@
10 }
11
12 if (!@$_SERVER['argv'][1]) {
13- PEAR::raiseError("\nERROR: createTable.php usage:\n\nC:\php\pear\DB\DataObjects\createTable.php example.ini\n\n", null, PEAR_ERROR_DIE);
14+ PEAR::raiseError("\nERROR: DB_DataObject_createTables usage:\n\nDB_DataObject_createTables example.ini\n\n", null, PEAR_ERROR_DIE);
15 exit;
16 }
17
This page took 0.027713 seconds and 4 git commands to generate.