Changeset - 40a1382a9358
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-10-08 01:30:18
ohnobinki@ohnopublishing.net
Fix missing qTip on process.php (is this actually a problem?).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
process.php
Show inline comments
 
@@ -224,7 +224,7 @@ if(!$DEBUG)
 
		 */
 
		if (count($errors))
 
		  {
 
		    $error_page = page::page_create('Process Schedule — Errors', array(), $page_create_options);
 
		    $error_page = page::page_create('Process Schedule — Errors', array('qTip2'), $page_create_options);
 
		    $error_page->head();
 

	
 
		    echo '        <p>' . PHP_EOL
0 comments (0 inline, 0 general)