[svn:p5ee] r6509 - p5ee/trunk/App-Repository/lib/App

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Wed Jun 14 12:31:05 2006
New Revision: 6509

Modified:
   p5ee/trunk/App-Repository/lib/App/Repository.pm

Log:
fixed an error message

Modified: p5ee/trunk/App-Repository/lib/App/Repository.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository.pm	(original)
+++ p5ee/trunk/App-Repository/lib/App/Repository.pm	Wed Jun 14 12:31:05 2006
@@ -1883,7 +1883,7 @@
 sub delete {
     &App::sub_entry if ($App::trace);
     my ($self, $table, $params, $cols, $row, $options) = @_;
-    die "set_row(): params undefined" if (!defined $params);
+    die "delete(): params undefined" if (!defined $params);
     my $retval = $self->_delete($table,$params,$cols,$row,$options);
     &App::sub_exit($retval) if ($App::trace);
     return($retval);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.