[datapress] r173 committed - Forgot to put a 'php' after a question mark, causing strict php parser...

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 9, 2012, 1:54:45 PM1/9/12
to datapres...@googlegroups.com
Revision: 173
Author: edward...@gmail.com
Date: Mon Jan 9 10:54:18 2012
Log: Forgot to put a 'php' after a question mark, causing strict php
parsers to fail
http://code.google.com/p/datapress/source/detail?r=173

Modified:
/trunk/plugin/configurator/exhibit-configurator.php

=======================================
--- /trunk/plugin/configurator/exhibit-configurator.php Wed Mar 30 12:27:20
2011
+++ /trunk/plugin/configurator/exhibit-configurator.php Mon Jan 9 10:54:18
2012
@@ -95,7 +95,7 @@
i++;
}
try {
- jQuery.post(<? echo("'$exhibituri/wp-exhibit-geocode.php'"); ?>,
+ jQuery.post(<?php
echo("'$exhibituri/wp-exhibit-geocode.php'"); ?>,
{'exhibitid': data, 'datumids[]': datumIds, 'addresses[]':
addresses, 'addressField': geocodeFields[key]});
} catch(e) {
console.log(e);

Reply all
Reply to author
Forward
0 new messages