namefix, tag todo removal
This commit is contained in:
parent
15ad70485e
commit
3a0f96b7c1
@ -10,7 +10,6 @@ class tags {
|
||||
public static function get($table, $id, $type = null){
|
||||
if($type){
|
||||
return \DBD\TAGS_GET_TYPE::Q1(array($table, $id, $type));}
|
||||
new TODO("This might be problematic");
|
||||
return \DBD\TAGS_GET::QQ(array($table, $id));}
|
||||
|
||||
public static function set($table, $id, $type, $value, $comment = null){
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
<div class="window_bg2" style="float: left; padding: 20px; width: 70%;" id="shop_list">
|
||||
<div style="float: left; width: 50%;">
|
||||
<img width="400" src="http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=default_start&id=help_gnome.png"/>
|
||||
<img width="400" src="http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wizard_start&id=help_gnome.png"/>
|
||||
</div>
|
||||
|
||||
<div style="float: left; width: 50%;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user