[dev] PATCH: Turba syntax fix.

Jason M. Felice jfelice at cronosys.com
Mon Jul 7 19:38:39 PDT 2003


I'm not going to subscribe to the turba list just for a missing quote, but..

I was just running `php -l' on everything to try to track down a problem, and
came up with a syntax error in turba.  Patch is attached.

-- 
 Jason M. Felice
 Cronosys, LLC <http://www.cronosys.com/>
 216.221.4600 x302
-------------- next part --------------
Index: turba/addlink.php
===================================================================
RCS file: /repository/turba/addlink.php,v
retrieving revision 1.5
diff -u -u -r1.5 addlink.php
--- turba/addlink.php	17 Jun 2003 22:27:58 -0000	1.5
+++ turba/addlink.php	8 Jul 2003 02:29:41 -0000
@@ -49,7 +49,7 @@
     }
     break;
 
-case 'addlink_cancel:
+case 'addlink_cancel':
     $notification->push(_("Link canceled."), 'horde.message');
     header('Location: ' . $return_url);
     exit;


More information about the dev mailing list