|
From: <be...@us...> - 2013-09-20 23:12:06
|
Revision: 12073
http://sourceforge.net/p/xoops/svn/12073
Author: beckmi
Date: 2013-09-20 23:12:04 +0000 (Fri, 20 Sep 2013)
Log Message:
-----------
xGarage old Beta 4
Modified Paths:
--------------
XoopsModules/xgarage/trunk/xgarage/garage.php
XoopsModules/xgarage/trunk/xgarage/include/functions.php
XoopsModules/xgarage/trunk/xgarage/index.php
XoopsModules/xgarage/trunk/xgarage/language/english/main.php
XoopsModules/xgarage/trunk/xgarage/sql/garage.sql
XoopsModules/xgarage/trunk/xgarage/templates/view_garage.html
XoopsModules/xgarage/trunk/xgarage/xoops_version.php
Modified: XoopsModules/xgarage/trunk/xgarage/garage.php
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/garage.php 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/garage.php 2013-09-20 23:12:04 UTC (rev 12073)
@@ -1,8 +1,10 @@
<?php
require('header.php');
+global $xoopsModuleConfig, $xoopsUser;
+//Group Perms added by jlm69
+if ($xoopsModuleConfig['usecats']) {
-//Group Perms added by jlm69
$module_id = $xoopsModule->getVar('mid');
if (is_object($xoopsUser)) {
@@ -20,7 +22,8 @@
if (!$gperm_handler->checkRight("garage_submit", $perm_itemid, $groups, $module_id)) {
redirect_header(XOOPS_URL."/index.php", 3, _NOPERM);
exit();
-}
+ }
+ }
// End Group Perms
@@ -139,6 +142,7 @@
if($success) {
$notification_handler =& xoops_gethandler('notification');
$id = $xoopsDB->getInsertId();
+$cid = $_POST['cid'];
$tags=array();
$tags['YEAR'] = $year;
$tags['MAKE'] = $make;
@@ -158,7 +162,7 @@
}
- if($success) redirect_header("index.php",2,_MD_XG_ADDSUCCESS);
+ if($success) redirect_header("index.php",8,_MD_XG_ADDSUCCESS);
else redirect_header("index.php",2,_MD_XG_ADDFAILURE);
} else redirect_header("index.php",2,_MD_XG_ADDFAILURE);
break;
@@ -293,12 +297,12 @@
$sform->addElement(new XoopsFormText(_MD_XG_QUART, 'quart', 50, 75, $quart), false);
$sform->addElement(new XoopsFormText(_MD_XG_QUARTM, 'quartm', 50, 75, $quartm), false);
$sform->addElement(new XoopsFormText($xoopsModuleConfig['listname'], 'list', 50, 255, $list), false);
- $sform->addElement(getEditor(_MD_XG_MENGINE, 'mengine', $mengine, 10, 40), true);
- $sform->addElement(getEditor(_MD_XG_MEXTERIOR, 'mexterior', $mexterior, 10, 40), true);
- $sform->addElement(getEditor(_MD_XG_MINTERIOR, 'minterior', $minterior, 10, 40), true);
- $sform->addElement(getEditor(_MD_XG_MRIMS, 'mrims', $mrims, 10, 40), true);
- $sform->addElement(getEditor(_MD_XG_MAUDIO, 'maudio', $maudio, 10, 40), true);
- $sform->addElement(getEditor(_MD_XG_MFUTURE, 'mfuture', $mfuture, 10, 40), true);
+ $sform->addElement(getEditor(_MD_XG_MENGINE, 'mengine', $mengine, 10, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MEXTERIOR, 'mexterior', $mexterior, 10, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MINTERIOR, 'minterior', $minterior, 10, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MRIMS, 'mrims', $mrims, 10, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MAUDIO, 'maudio', $maudio, 10, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MFUTURE, 'mfuture', $mfuture, 10, 40), false);
if($xoopsModuleConfig['usedescript2']) $sform->addElement(getEditor(_MD_XG_DESCRIPT2, 'descript2', $descript2, 10, 40), false);
if($xoopsModuleConfig['linkgarage']){
$linkgarage_choice = new XoopsFormRadio(_MD_XG_LINKGARAGE,'linkgarage',$linkgarage);
@@ -403,12 +407,12 @@
$sform->addElement(new XoopsFormText(_MD_XG_QUART, 'quart', 50, 75, $quart), false);
$sform->addElement(new XoopsFormText(_MD_XG_QUARTM, 'quartm', 50, 75, $quartm), false);
$sform->addElement(new XoopsFormText($xoopsModuleConfig['listname'], 'list', 50, 255, $list), false);
- $sform->addElement(getEditor(_MD_XG_MENGINE, 'mengine', $mengine, 20, 40), true);
- $sform->addElement(getEditor(_MD_XG_MEXTERIOR, 'mexterior', $mexterior, 20, 40), true);
- $sform->addElement(getEditor(_MD_XG_MINTERIOR, 'minterior', $minterior, 20, 40), true);
- $sform->addElement(getEditor(_MD_XG_MRIMS, 'mrims', $mrims, 20, 40), true);
- $sform->addElement(getEditor(_MD_XG_MAUDIO, 'maudio', $maudio, 20, 40), true);
- $sform->addElement(getEditor(_MD_XG_MFUTURE, 'mfuture', $mfuture, 20, 40), true);
+ $sform->addElement(getEditor(_MD_XG_MENGINE, 'mengine', $mengine, 20, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MEXTERIOR, 'mexterior', $mexterior, 20, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MINTERIOR, 'minterior', $minterior, 20, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MRIMS, 'mrims', $mrims, 20, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MAUDIO, 'maudio', $maudio, 20, 40), false);
+ $sform->addElement(getEditor(_MD_XG_MFUTURE, 'mfuture', $mfuture, 20, 40), false);
if($xoopsModuleConfig['usedescript2']) $sform->addElement(getEditor(_MD_XG_DESCRIPT2, 'descript2', $descript2, 20, 40), false);
if($xoopsModuleConfig['linkgarage']){
$linkgarage_choice = new XoopsFormRadio(_MD_XG_LINKGARAGE,'linkgarage',$linkgarage);
Modified: XoopsModules/xgarage/trunk/xgarage/include/functions.php
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/include/functions.php 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/include/functions.php 2013-09-20 23:12:04 UTC (rev 12073)
@@ -16,7 +16,7 @@
function getGarage($gid){
global $xoopsDB;
- $sql = "SELECT id,approved,viewable,disabled,uid,cid,name,image,uploadimage,imagechoice,url,location,year,make,model,style,engine,color,rt,sixty,three,eigth,eigthm,thou,quart,quartm,list,mengine,mexterior,minterior,mrims,maudio,mfuture,descript2,linkgarage FROM " . $xoopsDB->prefix("garage") . " WHERE id = $gid";
+ $sql = "SELECT id,approved,viewable,disabled,uid,cid,name,image,uploadimage,imagechoice,url,location,year,make,model,style,engine,color,rt,sixty,three,eigth,eigthm,thou,quart,quartm,list,mengine,mexterior,minterior,mrims,maudio,mfuture,descript2,linkGarage FROM " . $xoopsDB->prefix("garage") . " WHERE id = $gid";
if ( !$result = $xoopsDB->query($sql) ) {
exit("$sql > SQL Error in function :: getGarage()");
}
@@ -27,29 +27,29 @@
return $Garage;
}
-function addGarage($aa,$uid,$cid,$name,$image,$uploadimage,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkgarage){
+function addGarage($aa,$uid,$cid,$name,$image,$uploadimage,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkGarage){
global $xoopsDB;
- $sql = "INSERT INTO " . $xoopsDB->prefix("garage") . " (approved,uid,cid,name,image,uploadimage,imagechoice,url,location,year,make,model,style,engine,color,rt,sixty,three,eigth,eigthm,thou,quart,quartm,list,mengine,mexterior,minterior,mrims,maudio,mfuture,descript2,linkgarage) VALUES ($aa,$uid,$cid,'$name','$image','$uploadimage','$imagechoice','$url','$location','$year','$make','$model','$style','$engine','$color','$rt','$sixty','$three','$eigth','$eigthm','$thou','$quart','$quartm','$list','$mengine','$mexterior','$minterior','$mrims','$maudio','$mfuture','$descript2','$linkgarage')";
+ $sql = "INSERT INTO " . $xoopsDB->prefix("garage") . " (approved,uid,cid,name,image,uploadimage,imagechoice,url,location,year,make,model,style,engine,color,rt,sixty,three,eigth,eigthm,thou,quart,quartm,list,mengine,mexterior,minterior,mrims,maudio,mfuture,descript2,linkGarage) VALUES ($aa,$uid,$cid,'$name','$image','$uploadimage','$imagechoice','$url','$location','$year','$make','$model','$style','$engine','$color','$rt','$sixty','$three','$eigth','$eigthm','$thou','$quart','$quartm','$list','$mengine','$mexterior','$minterior','$mrims','$maudio','$mfuture','$descript2','$linkGarage')";
if ( !$result = $xoopsDB->query($sql) ) {
- exit("$sql > SQL Error in function :: addGarage($aa,$uid,$cid,$name,$image,$uploadimage,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkgarage)");
+ exit("$sql > SQL Error in function :: addGarage($aa,$uid,$cid,$name,$image,$uploadimage,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkGarage)");
} else {
return 1;
}
}
-function updateGarage($gid,$uid,$cid,$viewable,$name,$image,$imagechoice="0",$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkgarage){
+function updateGarage($gid,$uid,$cid,$viewable,$name,$image,$imagechoice="0",$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkGarage){
global $xoopsDB;
- $sql = "UPDATE " . $xoopsDB->prefix("garage") . " SET uid=$uid,cid=$cid,viewable=$viewable,name='$name',image='$image',imagechoice='$imagechoice',url='$url',location='$location',year='$year',make='$make',model='$model',style='$style',engine='$engine',color='$color',rt='$rt',sixty='$sixty',three='$three',eigth='$eigth',eigthm='$eigthm',thou='$thou',quart='$quart',quartm='$quartm',list='$list',mengine='$mengine',mexterior='$mexterior',minterior='$minterior',mrims='$mrims',maudio='$maudio',mfuture='$mfuture',descript2='$descript2',linkgarage='$linkgarage' WHERE id = $gid";
+ $sql = "UPDATE " . $xoopsDB->prefix("garage") . " SET uid=$uid,cid=$cid,viewable=$viewable,name='$name',image='$image',imagechoice='$imagechoice',url='$url',location='$location',year='$year',make='$make',model='$model',style='$style',engine='$engine',color='$color',rt='$rt',sixty='$sixty',three='$three',eigth='$eigth',eigthm='$eigthm',thou='$thou',quart='$quart',quartm='$quartm',list='$list',mengine='$mengine',mexterior='$mexterior',minterior='$minterior',mrims='$mrims',maudio='$maudio',mfuture='$mfuture',descript2='$descript2',linkGarage='$linkGarage' WHERE id = $gid";
if ( !$result = $xoopsDB->query($sql) ) {
- exit("$sql > SQL Error in function :: updateGarage($gid,$uid,$cid,$viewable,$name,$image,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkgarage)");
+ exit("$sql > SQL Error in function :: updateGarage($gid,$uid,$cid,$viewable,$name,$image,$imagechoice,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkGarage)");
} else {
return 1;
}
}
-function updateGaragePlusUpload($gid,$uid,$cid,$viewable,$name,$image,$uploadimage,$imagechoice="0",$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkgarage){
+function updateGaragePlusUpload($gid,$uid,$cid,$viewable,$name,$image,$uploadimage,$imagechoice="0",$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list,$mengine,$mexterior,$minterior,$mrims,$maudio,$mfuture,$descript2,$linkGarage){
global $xoopsDB;
- $sql = "UPDATE " . $xoopsDB->prefix("garage") . " SET uid=$uid,cid=$cid,viewable=$viewable,name='$name',image='$image',uploadimage='$uploadimage',imagechoice='$imagechoice',url='$url',location='$location',year='$year',make='$make',model='$model',style='$style',engine='$egine',color='$color',rt='$rt',sixty='$sixty',three='$three',eigth='$eigth',eigthm='$eigthm',thou='$thou',quart='$quart',quartm='$quartm',list='$list',mengine='$mengine',mexterior='$mexterior',minterior='$minterior',mrims='$mrims',maudio='$maudio',mfuture='$mfuture',descript2='$descript2',linkgarage='$linkgarage' WHERE id = $gid";
+ $sql = "UPDATE " . $xoopsDB->prefix("garage") . " SET uid=$uid,cid=$cid,viewable=$viewable,name='$name',image='$image',uploadimage='$uploadimage',imagechoice='$imagechoice',url='$url',location='$location',year='$year',make='$make',model='$model',style='$style',engine='$egine',color='$color',rt='$rt',sixty='$sixty',three='$three',eigth='$eigth',eigthm='$eigthm',thou='$thou',quart='$quart',quartm='$quartm',list='$list',mengine='$mengine',mexterior='$mexterior',minterior='$minterior',mrims='$mrims',maudio='$maudio',mfuture='$mfuture',descript2='$descript2',linkGarage='$linkGarage' WHERE id = $gid";
if ( !$result = $xoopsDB->query($sql) ) {
exit("$sql > SQL Error in function :: updateGaragePlusUpload($gid,$cid,$viewable,$name,$image,$url,$location,$year,$make,$model,$style,$engine,$color,$rt,$sixty,$three,$eigth,$eigthm,$thou,$quart,$quartm,$list)");
Modified: XoopsModules/xgarage/trunk/xgarage/index.php
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/index.php 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/index.php 2013-09-20 23:12:04 UTC (rev 12073)
@@ -3,8 +3,11 @@
require('header.php');
+global $xoopsModuleConfig, $xoopsUser;
// Group Permissions added by jlm69
+if($xoopsModuleConfig['usecats']){
+
$module_id = $xoopsModule->getVar('mid');
if (is_object($xoopsUser)) {
@@ -23,7 +26,9 @@
if (!$gperm_handler->checkRight("garage_view", $perm_itemid, $groups, $module_id)) {
redirect_header(XOOPS_URL."/index.php", 3, _NOPERM);
exit();
-}
+ }
+
+ }
// End Group Permissions
@@ -178,8 +183,8 @@
$xoopsTpl->assign('mrims',_MD_XG_MRIMS);
$xoopsTpl->assign('maudio',_MD_XG_MAUDIO);
$xoopsTpl->assign('mfuture',_MD_XG_MFUTURE);
+ $xoopsTpl->assign('garage_of',_MD_XG_GARAGEOF);
-
if($xoopsModuleConfig['allowcomments']) include XOOPS_ROOT_PATH.'/include/comment_view.php';
break;
Modified: XoopsModules/xgarage/trunk/xgarage/language/english/main.php
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/language/english/main.php 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/language/english/main.php 2013-09-20 23:12:04 UTC (rev 12073)
@@ -108,4 +108,6 @@
define("_MD_XG_USERNAME","Username ");
define("_MD_XG_STYLE","Body Style");
+define("_MD_XG_GARAGEOF","The Garage of ::");
+
?>
\ No newline at end of file
Modified: XoopsModules/xgarage/trunk/xgarage/sql/garage.sql
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/sql/garage.sql 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/sql/garage.sql 2013-09-20 23:12:04 UTC (rev 12073)
@@ -15,10 +15,9 @@
`imagechoice` tinyint(4) NOT NULL default '0',
`url` varchar(255) NOT NULL default '',
`location` varchar(75) NOT NULL default '',
+ `mark` varchar(75) NOT NULL default '',
+ `model` varchar(75) NOT NULL default '',
`year` varchar(75) NOT NULL default '',
- `make` varchar(75) NOT NULL default '',
- `model` varchar(75) NOT NULL default '',
- `style` varchar(75) NOT NULL default '',
`engine` varchar(75) NOT NULL default '',
`color` varchar(75) NOT NULL default '',
`rt` varchar(75) NOT NULL default '',
@@ -30,7 +29,7 @@
`quart` varchar(75) NOT NULL default '',
`quartm` varchar(75) NOT NULL default '',
`mengine` text NOT NULL,
- `mexterior` text NOT NULL,
+ `meterior` text NOT NULL,
`minterior` text NOT NULL,
`mrims` text NOT NULL,
`mfuture` text NOT NULL,
Modified: XoopsModules/xgarage/trunk/xgarage/templates/view_garage.html
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/templates/view_garage.html 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/templates/view_garage.html 2013-09-20 23:12:04 UTC (rev 12073)
@@ -18,7 +18,7 @@
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" summary="" class="forumline">
<tr>
- <th height="25" nowrap colspan="2" class="thHead">The Garage of :: <{$garage.name}></th>
+ <th height="25" nowrap colspan="2" class="thHead"><{$garage_of}> <{$garage.name}></th>
</tr>
<tr>
<td width="50%" height="28" align="center" class="catLeft"><b><span class="gen">Owner Info</span></b></td>
@@ -26,41 +26,41 @@
</tr>
<tr>
<td valign="top" class="row1"><span class="gen"><{if $garage.linkgarage}><a href="../../userinfo.php?uid=<{$garage.uid}>"><{$linkgarage}></a><{/if}>
- <{$ownername}>: <b><{$garage.uname}></b><br />
- <{$location}>: <{$garage.location}><br /></span></td>
+ <b><{$ownername}>:</b> <{$garage.uname}><br />
+ <b><{$location}>:</b> <{$garage.location}><br /></span></td>
<td valign="top" rowspan="3" class="row1"><table width="100%" border="0" cellspacing="1" cellpadding="3">
- <tr>
+ <{if $rt != ''}> <tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$rt}>:</span></td>
<td valign="top" width="100%"><b><span class="gen"><{$garage.rt}></span></b></td>
- </tr>
+ </tr><{/if}>
<tr>
- <td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$sixty}>:</span></td>
+ <{if $garage.sixty}><td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$sixty}>:</span></td>
<td valign="top" width="100%"><b><span class="gen"><{$garage.sixty}></span></b></td>
- </tr>
+ </tr><{/if}>
<tr>
- <td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$three}>:</span></td>
+ <{if $garage.three}><td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$three}>:</span></td>
<td><b><span class="gen"><{$garage.three}></span></b></td>
- </tr>
+ </tr><{/if}>
<tr>
- <td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$eigth}>:</span></td>
+ <{if $garage.eigth}><td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$eigth}>:</span></td>
<td><span class="gen"><b><{$garage.eigth}></b></span></td>
- </tr>
- <tr>
+ </tr><{/if}>
+ <{if $garage.eigthm}><tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen"><{$eigthm}>:</span></td>
<td><b><span class="gen"><{$garage.eigthm}></span></b></td>
- </tr>
- <tr>
+ </tr><{/if}>
+ <{if $garage.thou}><tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen"><{$thou}>:</span></td>
<td> <b><span class="gen"><{$garage.thou}></span></b></td>
- </tr>
- <tr>
+ </tr><{/if}>
+ <{if $garage.quart}> <tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen"><{$quart}>:</span></td>
<td> <b><span class="gen"><{$garage.quart}></span></b></td>
- </tr>
- <tr>
+ </tr><{/if}>
+ <{if $garage.quartm}><tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen"><{$quartm}>:</span></td>
<td> <b><span class="gen"><{$garage.quartm}></span></b></td>
- </tr>
+ </tr><{/if}>
</table></td>
</tr>
@@ -100,7 +100,7 @@
<td height="28" align="left" class="catRight"><b><span class="gen"></span></b></td>
</tr>
<tr>
- <td valign="top" class="row1" align="left"><span class="gen"><{$mengine}>:<hr><center><b><{$garage.mengine}><hr></b></center><br /> <{$mexterior}>:<hr><center><b><{$garage.mexterior}></b><hr></center><br /><{$minterior}>: <hr><center><b><{$garage.minterior}></b><hr></center><br /> <{$mrims}>: <hr><center><b><{$garage.mrims}></b><hr></center><br /><{$maudio}>: <hr><center><b><{$garage.maudio}></b><hr></center><br /><{$mfuture}>: <hr><center><b><{$garage.mfuture}></b><hr></center>
+ <td valign="top" class="row1" align="left"><span class="gen"><{if $garage.mengine}><b><{$mengine}>:</b><hr><center><{$garage.mengine}><hr></center><br /><{/if}> <{if $garage.mexterior}><b><{$mexterior}>:</b><hr><center><{$garage.mexterior}><hr></center><br /><{/if}><{if $garage.minterior}><b><{$minterior}>:</b> <hr><center><{$garage.minterior}><hr></center><br /><{/if}> <{if $garage.mrims}><b><{$mrims}>:</b> <hr><center><{$garage.mrims}><hr></center><br /><{/if}><{if $garage.maudio}><b><{$maudio}>:</b> <hr><center><{$garage.maudio}><hr></center><br /><{/if}><{if $garage.mfuture}><b><{$mfuture}>:</b> <hr><center><{$garage.mfuture}><hr></center><{/if}>
</span></td>
<td valign="top" class="row1"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<!-- BEGIN no_pics -->
Modified: XoopsModules/xgarage/trunk/xgarage/xoops_version.php
===================================================================
--- XoopsModules/xgarage/trunk/xgarage/xoops_version.php 2013-09-20 23:11:28 UTC (rev 12072)
+++ XoopsModules/xgarage/trunk/xgarage/xoops_version.php 2013-09-20 23:12:04 UTC (rev 12073)
@@ -3,10 +3,10 @@
global $xoopsModuleConfig;
$modversion['name'] = _MI_NAME;
-$modversion['version'] = .03;
+$modversion['version'] = .04;
$modversion['description'] = _MI_DESC;
-$modversion['credits'] = 'www.calibernation.com / www.xgarage.org / www.jlmzone.com';
-$modversion['author'] = 'Northern, script_fu, jlm69';
+$modversion['credits'] = 'www.calibernation.com / www.xgarage.org / www.jlmzone.com / www.arabxoops.com';
+$modversion['author'] = 'Northern, script_fu, jlm69, mowaffak';
$modversion['help'] = 'docs';
$modversion['license'] = 'GPL';
$modversion['official'] = 0;
|