• R/O
  • HTTP
  • SSH
  • HTTPS

cake-frame: 提交

TRPGサイト向け会員認証システム
メンバー登録
キャラシ作成&公開


Commit MetaInfo

修订版9a0070552090254798d603411f9ffb75c7c564fd (tree)
时间2011-03-10 13:06:51
作者Cake <cake_67@user...>
CommiterCake

Log Message

Index表示内容設定

更改概述

差异

--- a/app/plugins/links/models/link.php
+++ b/app/plugins/links/models/link.php
@@ -206,6 +206,9 @@ class Link extends AppModel {
206206 'limit5' => array(
207207 'limit' => 5,
208208 ),
209+ 'limit9' => array(
210+ 'limit' => 9,
211+ ),
209212 'unlimited' => array(
210213 'limit' => null,
211214 ),
@@ -238,13 +241,6 @@ class Link extends AppModel {
238241 'Link.type' => $id,
239242 ),
240243 ),
241- // merged
242- $type.'_new5' => array(
243- 'options' => array(
244- $type,
245- 'limit5',
246- ),
247- ),
248244 ));
249245 }
250246
Show on old repository browser