lsmith Sun Oct 27 06:17:18 2002 EDT
Modified files:
/pear/MDB/MDB LOB.php
Log:
cosmetic fix
Index: pear/MDB/MDB/LOB.php
diff -u pear/MDB/MDB/LOB.php:1.22 pear/MDB/MDB/LOB.php:1.23
--- pear/MDB/MDB/LOB.php:1.22 Fri Oct 25 06:48:49 2002
+++ pear/MDB/MDB/LOB.php Sun Oct 27 06:17:18 2002
@@ -42,7 +42,7 @@
// | Author: Lukas Smith <smith@xxxxxxxxx> |
// +----------------------------------------------------------------------+
//
-// $Id: LOB.php,v 1.22 2002/10/25 10:48:49 lsmith Exp $
+// $Id: LOB.php,v 1.23 2002/10/27 11:17:18 lsmith Exp $
//
if(!defined('MDB_LOB_INCLUDED'))
@@ -98,9 +98,9 @@
function create(&$arguments)
{
if(!isset($arguments['ResultLOB'])) {
- return PEAR::raiseError(NULL, MDB_ERROR_NEED_MORE_DATA, NULL, NULL,
- 'it was not specified a result Lob identifier',
- 'MDB_Error', TRUE);
+ return PEAR::raiseError(NULL, MDB_ERROR_NEED_MORE_DATA, NULL, NULL,
+ 'it was not specified a result Lob identifier',
+ 'MDB_Error', TRUE);
}
$this->result_lob = $arguments['ResultLOB'];
return (MDB_OK);
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|