[Netpass-devel] NetPass/www/htdocs/Admin/Editor edit.mhtml,1.5,1.6
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-03 20:22:49
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/Editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32315/www/htdocs/Admin/Editor Modified Files: edit.mhtml Log Message: message editor bug Index: edit.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/Editor/edit.mhtml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- edit.mhtml 8 Jun 2005 16:35:42 -0000 1.5 +++ edit.mhtml 3 Aug 2005 20:22:40 -0000 1.6 @@ -46,7 +46,7 @@ $content = $np->db->getPage(-name => $name, -group => $group); if(!defined($content)) { - print $q->error("Sorry, there was an error while processing your request!"); + print $q->p({-class=>'error'}, "Sorry, there was an error while processing your request! (getPage couldn't load the page)"); return; } } |