Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Quick Edit problem
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #3
RE: Quick Edit problem
Gah, I think I might know.
In xmlhttp.php, just before the ending:

PHP Code:
?>

Add the following:

PHP Code:
1
2
3
4
5
6
7
function format_variable($var, $format)
{
	if($format && strpos($format, '{variable}') !== false)
		return str_replace('{variable}', $var, $format);
	else
		return $var;
}

I'll think up a better fix in the next version.


My Blog
(This post was last modified: 03-01-2008 11:00 AM by ZiNgA BuRgA.)
03-01-2008 10:56 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Quick Edit problem - Pirata Nervo - 03-01-2008, 03:34 AM
RE: Quick Edit problem - Zeta - 03-01-2008, 08:36 AM
RE: Quick Edit problem - ZiNgA BuRgA - 03-01-2008 10:56 AM
RE: Quick Edit problem - Pirata Nervo - 03-01-2008, 06:27 PM

 Standard Tools
Forum Jump: