davidc Fri Apr 27 07:58:59 2007 UTC
Modified files:
/pearweb/public_html/notes/admin index.php
Log:
- Adding real functionality at this point...
http://cvs.php.net/viewvc.cgi/pearweb/public_html/notes/admin/index.php?r1=1.7&r2=1.8&diff_format=u
Index: pearweb/public_html/notes/admin/index.php
diff -u pearweb/public_html/notes/admin/index.php:1.7
pearweb/public_html/notes/admin/index.php:1.8
--- pearweb/public_html/notes/admin/index.php:1.7 Fri Apr 27 07:57:34 2007
+++ pearweb/public_html/notes/admin/index.php Fri Apr 27 07:58:59 2007
@@ -24,9 +24,9 @@
$name = 'pending';
} elseif (isset($_GET['status']) && $_GET['status'] == 'deleted') {
$status = 'no';
- $action = 'updateApproved';
+ $action = 'approveMass';
$title = 'Deleted notes.';
- $button = 'Numb Button..';
+ $button = 'Un-Delete comments';
$caption = 'Deleted';
$name = 'deleted';
}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|